We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7728ec9 commit c5feebfCopy full SHA for c5feebf
.github/workflows/check-astyle.yml
@@ -13,6 +13,6 @@ jobs:
13
steps:
14
- run: sudo apt install astyle
15
- uses: actions/checkout@v3
16
- - run: astyle --project=extras/.astylerc --recursive '*.c*' '*.h'
+ - run: echo $PWD && astyle --project=extras/.astylerc --recursive '*.c*' '*.h'
17
# If anything changed, this will fail and show the needed changes
18
- run: git diff --exit-code
0 commit comments