[just] ignore errors from linting workflow files

This assumes the error stems from not having woodpecker-cli installed or
not having it configured
This commit is contained in:
bronsen 2025-03-15 00:05:18 +01:00
parent 08cf19a69d
commit 6e078fe03d

View file

@ -13,7 +13,7 @@ lint-django:
python -m django check
lint-woodpecker:
woodpecker-cli lint .woodpecker/workflow.yaml
-woodpecker-cli lint .woodpecker/workflow.yaml
serve:
python -m django runserver