Skip to content

Commit 98789b0

Browse files
committed
DNM
1 parent 7728ec9 commit 98789b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-astyle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ 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: |
17+
echo $PWD
18+
astyle --project=extras/.astylerc --recursive '*.c*' '*.h'
1719
# If anything changed, this will fail and show the needed changes
1820
- run: git diff --exit-code

0 commit comments

Comments
 (0)