Check the correct directory for lua.
This commit is contained in:
parent
cc34f01f68
commit
78422f46fc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-scripts/docker.sh
vendored
2
.github/workflows/ci-scripts/docker.sh
vendored
|
@ -38,7 +38,7 @@ execute() {
|
|||
checkindent() {
|
||||
make -C data/tools reindent &&
|
||||
find src/ -name \*.\[ch\]pp -print0 | xargs -0 sed -i 's/[[:blank:]]*$//' &&
|
||||
find data/src/ -name \*.lua -print0 | xargs -0 sed -i 's/[[:blank:]]*$//' &&
|
||||
find data/lua/ -name \*.lua -print0 | xargs -0 sed -i 's/[[:blank:]]*$//' &&
|
||||
git diff-index --quiet HEAD
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue