Skip to content

Commit eeabfc1

Browse files
committed
[CI] Update workflow to use core files for Astyle
Signed-off-by: Frederic Pillon <[email protected]>
1 parent a9fdc93 commit eeabfc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Continuous-Integration.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Astyle check
3333
id: Astyle
3434
uses: stm32duino/actions/astyle-check@master
35+
with:
36+
astyle-definition: 'CI/astyle/.astylerc'
37+
ignore-path-list: 'CI/astyle/.astyleignore'
3538

3639
# Use the output from the `Astyle` step
3740
- name: Astyle Errors

0 commit comments

Comments
 (0)