Skip to content

Commit

Permalink
Use cSpell spell check, and use ubuntu-20.04 for formatting check
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Aug 25, 2023
1 parent dd6d7ee commit 7a22b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
- name: Clone This Repo
uses: actions/checkout@v3
- name: Run spellings check
uses: FreeRTOS/CI-CD-GitHub-Actions/rust-spell-check@v2
uses: FreeRTOS/CI-CD-GitHub-Actions/spellings@v2
with:
path: ./

formatting:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Check formatting
Expand Down

0 comments on commit 7a22b44

Please sign in to comment.