Files
openfreemap/lint.sh
2024-01-11 17:33:35 +01:00

12 lines
144 B
Bash
Executable File

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