mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-04 11:27:16 -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
|
||||
uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
|
||||
with:
|
||||
exclude-dirs: portable
|
||||
exclude-dirs: |
|
||||
portable
|
||||
examples/template_configuration
|
||||
|
|
Loading…
Reference in a new issue