Skip to content

Commit c5feebf

Browse files
committed
DNM
1 parent 7728ec9 commit c5feebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-astyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
steps:
1414
- run: sudo apt install astyle
1515
- uses: actions/checkout@v3
16-
- run: astyle --project=extras/.astylerc --recursive '*.c*' '*.h'
16+
- run: echo $PWD && astyle --project=extras/.astylerc --recursive '*.c*' '*.h'
1717
# If anything changed, this will fail and show the needed changes
1818
- run: git diff --exit-code

0 commit comments

Comments
 (0)