Skip to content

Commit 8633773

Browse files
committed
ci(astyle): ignore ino file
Configuration is not the same than Arduino IDE. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent ff0847c commit 8633773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-astyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
steps:
1414
- run: sudo apt install astyle
1515
- uses: actions/checkout@v3
16-
- run: astyle --project=.astylerc --recursive '*.c' '*.h' '*.ino'
16+
- run: astyle --project=.astylerc --recursive '*.c' '*.h'
1717
# If anything changed, this will fail and show the needed changes
1818
- run: git diff --exit-code

0 commit comments

Comments
 (0)