Skip to content

Commit 8d4db4e

Browse files
committed
Use cSpell spell check, and use ubuntu-20.04 for formatting check
1 parent 5c4fa5e commit 8d4db4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
jobs:
99
formatting:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-20.04
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Check formatting of FreeRTOS-Kernel Source Files
@@ -33,7 +33,7 @@ jobs:
3333
- name: Clone This Repo
3434
uses: actions/checkout@v3
3535
- name: Run spellings check
36-
uses: FreeRTOS/CI-CD-GitHub-Actions/rust-spell-check@v2
36+
uses: FreeRTOS/CI-CD-GitHub-Actions/spellings@v2
3737
with:
3838
path: ./
3939

0 commit comments

Comments
 (0)