This commit is contained in:
Zsolt Ero
2023-12-20 14:16:51 +01:00
parent b467f0b33c
commit 6abbb2e571
4 changed files with 86 additions and 69 deletions

7
lint.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
ruff check --fix .
ruff format .
# https://github.com/soulteary/nginx-formatter
nginx-formatter