We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0409ce commit 5b8dbdfCopy full SHA for 5b8dbdf
.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
103
path: ./
104
105
formatting:
106
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
107
steps:
108
- uses: actions/checkout@v3
109
.github/workflows/formatting.yml
@@ -16,7 +16,7 @@ jobs:
16
if: ${{ github.event.issue.pull_request &&
17
( ( github.event.comment.body == '/bot run uncrustify' ) ||
18
( github.event.comment.body == '/bot run formatting' ) ) }}
19
20
21
- name: Apply Formatting Fix
22
uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
0 commit comments