Files
openfreemap/lint.sh
Zsolt Ero 2fc98de48f lint
2024-01-20 00:48:26 +01:00

12 lines
149 B
Bash
Executable File

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