mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-05 18:41:05 +00:00
Complete rename to Luanti in package metadata (#16017)
This commit is contained in:
parent
3020c192b2
commit
a817fdffd2
5 changed files with 14 additions and 8 deletions
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";\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue