Skip to content

Commit

Permalink
Don't need to exclude the misra URL, now handled in the CI-CD repo. E…
Browse files Browse the repository at this point in the history
…xclude portable directory from formatting check.
  • Loading branch information
Skptak committed Nov 8, 2023
1 parent 6c4849a commit 344407f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v3
- name: Check Formatting of FreeRTOS-Kernel Files
uses: FreeRTOS/CI-CD-Github-Actions/formatting@main
with:
exclude-dirs: portable

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

verify-manifest:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Apply Formatting Fix
id: check-formatting
uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
id: check-formatting
with:
exclude-dirs: portable

0 comments on commit 344407f

Please sign in to comment.