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 5c4fa5e commit 8d4db4eCopy full SHA for 8d4db4e
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch:
8
jobs:
9
formatting:
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
11
steps:
12
- uses: actions/checkout@v3
13
- name: Check formatting of FreeRTOS-Kernel Source Files
@@ -33,7 +33,7 @@ jobs:
33
- name: Clone This Repo
34
uses: actions/checkout@v3
35
- name: Run spellings check
36
- uses: FreeRTOS/CI-CD-GitHub-Actions/rust-spell-check@v2
+ uses: FreeRTOS/CI-CD-GitHub-Actions/spellings@v2
37
with:
38
path: ./
39
0 commit comments