This commit is contained in:
Zsolt Ero
2023-12-27 20:27:32 +01:00
parent 30c81c4748
commit 2974f222dd
6 changed files with 252 additions and 0 deletions

View File

@@ -4,3 +4,8 @@ ruff check --fix .
ruff format .
find . -type f -name '*.conf' -path '*/nginx*' -exec nginxfmt -v {} +;
if [ -d "../styles" ]; then
scripts/styles/lint_styles/lint_styles.py ../styles/
fi