Print out what was modified.
This commit is contained in:
parent
e74abf0567
commit
5dde3d735d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci-scripts/docker.sh
vendored
1
.github/workflows/ci-scripts/docker.sh
vendored
|
@ -39,6 +39,7 @@ checkindent() {
|
|||
make -C data/tools reindent
|
||||
find src/ -name \*.\[ch\]pp -print0 | xargs -0 sed -i 's/[[:blank:]]*$//'
|
||||
find data/lua/ -name \*.lua -print0 | xargs -0 sed -i 's/[[:blank:]]*$//'
|
||||
git status
|
||||
(( $(git status --short | wc -l) == 0 ))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue