[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:
parent
08cf19a69d
commit
6e078fe03d
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue