Skip to content

Commit 0295271

Browse files
committed
Don't need to exclude the misra URL, now handled in the CI-CD repo. Exclude portable directory from formatting check.
1 parent 6c4849a commit 0295271

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
@@ -12,6 +12,8 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Check Formatting of FreeRTOS-Kernel Files
1414
uses: FreeRTOS/CI-CD-Github-Actions/formatting@main
15+
with:
16+
exclude-dirs: portable
1517

1618
spell-check:
1719
runs-on: ubuntu-latest
@@ -31,8 +33,6 @@ jobs:
3133
uses: actions/checkout@v3
3234
- name: Link Verification
3335
uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@main
34-
with:
35-
exclude-urls: https://www.misra.org.uk/misra-c
3636

3737
verify-manifest:
3838
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)