Skip to content

Commit f2fecf6

Browse files
committed
Fix build issue in formatting
1 parent ef514c4 commit f2fecf6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/formatting.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ jobs:
2222
id: check-formatting
2323
uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
2424
with:
25-
exclude-dirs: |
26-
portable
27-
examples/template_configuration
25+
exclude-dirs: portable, examples/template_configuration
26+

0 commit comments

Comments
 (0)