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 0295271
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 @@ -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

0 comments on commit 0295271

Please sign in to comment.