Files
openfreemap/lint.sh
Zsolt Ero 367d1ecbe3 work
2023-12-28 04:00:49 +01:00

9 lines
128 B
Bash
Executable File

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