Files
openfreemap/lint.sh
Zsolt Ero a960d4de8d nginxfmt
2023-12-20 14:25:11 +01:00

7 lines
126 B
Bash
Executable File

#!/usr/bin/env bash
ruff check --fix .
ruff format .
find . -type f -name '*.conf' -path '*/nginx*' -exec nginxfmt -v {} +;