Files
openfreemap/lint.sh
2024-01-11 16:49:46 +01:00

10 lines
129 B
Bash
Executable File

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