Skip to content

Commit

Permalink
fix: use djLint instead of djhtml in GitHub job
Browse files Browse the repository at this point in the history
  • Loading branch information
SilvanVerhoeven committed Aug 10, 2024
1 parent d13eb92 commit 70307fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
run: |
poetry run pylint --version
poetry run pylint --fail-under=9 myhpi
- name: Lint templates with djhtml
- name: Lint templates with djLint
run: |
poetry run djhtml --version
poetry run djhtml --check myhpi
poetry run djlint --version
poetry run djlint --lint myhpi
test:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 70307fd

Please sign in to comment.