Skip to content

Commit bdd9f71

Browse files
committed
Add the CI-CD check for clang formatting the ARM_CRx_MPU port
1 parent 4c53a43 commit bdd9f71

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ jobs:
1515
with:
1616
exclude-dirs: portable
1717

18+
port-formatting:
19+
runs-on: ubuntu-latest
20+
steps:
21+
- uses: actions/checkout@v3
22+
- name: Check Formatting of FreeRTOS-Kernel Files
23+
uses: FreeRTOS/CI-CD-Github-Actions/clang-formatting@main
24+
with:
25+
path: portable/GCC/ARM_CRx_MPU
26+
1827
spell-check:
1928
runs-on: ubuntu-latest
2029
steps:

0 commit comments

Comments
 (0)