1
0
forked from me/IronOS

scripts/deploy.sh: add handmade linter for translation-related json files to check for tabs and odd spaces (#2064)

* scripts/deploy.sh: add handmade linter for translation-related json files to check for tabs and odd spaces
This commit is contained in:
Ivan Zorin
2025-02-01 23:20:12 +03:00
committed by GitHub
parent aa0784d34c
commit 22d0676a5c
4 changed files with 32 additions and 9 deletions

View File

@@ -149,7 +149,7 @@ test-md:
@echo ""
@echo "---- Checking documentation... ----"
@echo ""
@/bin/sh ./scripts/deploy.sh docs
@./scripts/deploy.sh docs
# shell style & linter check (github CI version of shellcheck is more recent than alpine one so the latter may not catch some policies)
test-sh: