We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fdc93 commit eeabfc1Copy full SHA for eeabfc1
1 file changed
.github/workflows/Continuous-Integration.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Astyle check
33
id: Astyle
34
uses: stm32duino/actions/astyle-check@master
35
+ with:
36
+ astyle-definition: 'CI/astyle/.astylerc'
37
+ ignore-path-list: 'CI/astyle/.astyleignore'
38
39
# Use the output from the `Astyle` step
40
- name: Astyle Errors
0 commit comments