We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0847c commit 8633773Copy full SHA for 8633773
.github/workflows/check-astyle.yml
@@ -13,6 +13,6 @@ jobs:
13
steps:
14
- run: sudo apt install astyle
15
- uses: actions/checkout@v3
16
- - run: astyle --project=.astylerc --recursive '*.c' '*.h' '*.ino'
+ - run: astyle --project=.astylerc --recursive '*.c' '*.h'
17
# If anything changed, this will fail and show the needed changes
18
- run: git diff --exit-code
0 commit comments