Activate HTML indent check in CI
This commit is contained in:
Родитель
991f95692d
Коммит
8c9646d04b
|
@ -94,8 +94,6 @@ jobs:
|
|||
flake8 .
|
||||
isort . --check-only
|
||||
black . --check
|
||||
- name: Run HTML linting
|
||||
run: |
|
||||
# Skipping djlint format checking because it has consistency issues and issues with blocktrans.
|
||||
# This should change when formatting is moved to a version using and AST.
|
||||
# See also: https://github.com/Riverside-Healthcare/djLint/issues/493
|
||||
|
@ -103,6 +101,8 @@ jobs:
|
|||
#
|
||||
# Using djhtml indent check in the meantime.
|
||||
djhtml -c maintenance/ network-api/
|
||||
- name: Run HTML linting
|
||||
run: |
|
||||
djlint . --lint
|
||||
continue-on-error: true
|
||||
- name: Run type checks
|
||||
|
|
Загрузка…
Ссылка в новой задаче