mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 08:05:18 +02:00
Complete rename to Luanti in package metadata (#16017)
This commit is contained in:
2
.github/workflows/whitespace_checks.yml
vendored
2
.github/workflows/whitespace_checks.yml
vendored
@@ -92,7 +92,7 @@ jobs:
|
||||
- name: Check indent spaces
|
||||
run: |
|
||||
if git ls-files |\
|
||||
grep -E '^src/.*\.cpp$|^src/.*\.[ch]$|\.lua' |\
|
||||
grep -E '^src/.*\.cpp$|^src/.*\.[ch]$|\.lua$' |\
|
||||
xargs grep -n -P '^\t*[ ]';\
|
||||
then\
|
||||
echo -e "\033[0;31mFound incorrect indent whitespaces";\
|
||||
|
Reference in New Issue
Block a user