[just] add new lint recipe for woodpecker workflows

This commit is contained in:
bronsen 2025-03-15 00:00:32 +01:00
parent 831b86024c
commit ef3523082a

View file

@ -4,7 +4,7 @@ deps:
sync: sync:
pip-sync requirements/dev.txt pip-sync requirements/dev.txt
lint: lint-ruff lint-django lint: lint-ruff lint-django lint-woodpecker
lint-ruff: lint-ruff:
ruff check . ruff check .
@ -12,6 +12,9 @@ lint-ruff:
lint-django: lint-django:
python -m django check python -m django check
lint-woodpecker:
woodpecker-cli lint .woodpecker/workflow.yaml
serve: serve:
python -m django runserver python -m django runserver