[just] validate templates when linting django
The is from package django_extensions
This commit is contained in:
parent
1b157f2d34
commit
6de8b07d1b
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
@ -13,6 +13,7 @@ lint-ruff:
|
|||
|
||||
lint-django:
|
||||
python -m django check
|
||||
python -m django validate_templates
|
||||
|
||||
lint-woodpecker:
|
||||
-woodpecker-cli lint .woodpecker/workflow.yaml
|
||||
|
|
Loading…
Add table
Reference in a new issue