Skip to content

Commit cdb872f

Browse files
committed
ci(astyle): use .astylerc
Signed-off-by: Frederic Pillon <[email protected]>
1 parent a379655 commit cdb872f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-astyle.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- name: Astyle check
2727
id: Astyle
2828
uses: stm32duino/actions/astyle-check@main
29-
29+
with:
30+
astyle-definition: 'extras/.astylerc'
3031
# Use the output from the `Astyle` step
3132
- name: Astyle Errors
3233
if: failure()

0 commit comments

Comments
 (0)