Skip to content

Commit

Permalink
Use new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Aug 21, 2023
1 parent 841ab22 commit 5d5cff9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Check formatting of FreeRTOS-Kernel Source Files
uses: FreeRTOS/CI-CD-Github-Actions/formatting@CI-CD-Overhaul
uses: FreeRTOS/CI-CD-Github-Actions/formatting@v2
with:
exclude-dirs: portable

- name: Check formatting of MPU Wrappers
uses: FreeRTOS/CI-CD-Github-Actions/formatting@CI-CD-Overhaul
uses: FreeRTOS/CI-CD-Github-Actions/formatting@v2
with:
path: portable/Common

- name: Check formatting of Heap Files
uses: FreeRTOS/CI-CD-Github-Actions/formatting@CI-CD-Overhaul
uses: FreeRTOS/CI-CD-Github-Actions/formatting@v2
with:
path: portable/Common

Expand All @@ -32,7 +32,7 @@ jobs:
- name: Clone This Repo
uses: actions/checkout@v3
- name: Run spellings check
uses: FreeRTOS/CI-CD-GitHub-Actions/rust-spell-check@CI-CD-Overhaul
uses: FreeRTOS/CI-CD-GitHub-Actions/rust-spell-check@v2
with:
path: ./

Expand All @@ -42,7 +42,7 @@ jobs:
- name: Clone This Repo
uses: actions/checkout@v3
- name: Link Verificication
uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@CI-CD-Overhaul
uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@v2


verify-manifest:
Expand All @@ -54,7 +54,7 @@ jobs:
fetch-depth: 0

- name: Run manifest verifier
uses: FreeRTOS/CI-CD-GitHub-Actions/manifest-verifier@CI-CD-Overhaul
uses: FreeRTOS/CI-CD-GitHub-Actions/manifest-verifier@v2
with:
path: ./
fail-on-incorrect-version: true

0 comments on commit 5d5cff9

Please sign in to comment.