Skip to content

Commit 344407f

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 344407f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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

.github/workflows/formatting.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
runs-on: ubuntu-20.04
2020
steps:
2121
- name: Apply Formatting Fix
22+
id: check-formatting
2223
uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
23-
id: check-formatting
24+
with:
25+
exclude-dirs: portable

0 commit comments

Comments
 (0)