mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
12 lines
144 B
Bash
Executable File
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 {} +;
|
|
|
|
|
|
|