[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:
pip-sync requirements/dev.txt
lint: lint-ruff lint-django
lint: lint-ruff lint-django lint-woodpecker
lint-ruff:
ruff check .
@ -12,6 +12,9 @@ lint-ruff:
lint-django:
python -m django check
lint-woodpecker:
woodpecker-cli lint .woodpecker/workflow.yaml
serve:
python -m django runserver