We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a379655 commit cdb872fCopy full SHA for cdb872f
1 file changed
.github/workflows/check-astyle.yml
@@ -26,7 +26,8 @@ jobs:
26
- name: Astyle check
27
id: Astyle
28
uses: stm32duino/actions/astyle-check@main
29
-
+ with:
30
+ astyle-definition: 'extras/.astylerc'
31
# Use the output from the `Astyle` step
32
- name: Astyle Errors
33
if: failure()
0 commit comments