mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-05 03:47:15 -04:00
Exclude template_configuration from uncrustiffy check
This commit is contained in:
parent
78e617b030
commit
ef514c4c85
4
.github/workflows/formatting.yml
vendored
4
.github/workflows/formatting.yml
vendored
|
@ -22,4 +22,6 @@ jobs:
|
||||||
id: check-formatting
|
id: check-formatting
|
||||||
uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
|
uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
|
||||||
with:
|
with:
|
||||||
exclude-dirs: portable
|
exclude-dirs: |
|
||||||
|
portable
|
||||||
|
examples/template_configuration
|
||||||
|
|
Loading…
Reference in a new issue