Skip to content

Commit

Permalink
Add the CI-CD check for clang formatting the ARM_CRx_MPU port
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Jan 2, 2024
1 parent 4c53a43 commit bdd9f71
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ jobs:
with:
exclude-dirs: portable

port-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Formatting of FreeRTOS-Kernel Files
uses: FreeRTOS/CI-CD-Github-Actions/clang-formatting@main
with:
path: portable/GCC/ARM_CRx_MPU

spell-check:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bdd9f71

Please sign in to comment.