We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae4def commit 5b41e1bCopy full SHA for 5b41e1b
.github/workflows/ci.yaml
@@ -27,3 +27,9 @@ jobs:
27
28
- name: Run Biome
29
run: biome ci .
30
+
31
+ - name: Install djhtml
32
+ run: pip install djhtml
33
34
+ - name: Run djhtml
35
+ run: djhtml pgcommitfest/*/templates/*.html --tabwidth=1 --check
Makefile
@@ -1,6 +1,7 @@
1
format:
2
ruff format
3
npx @biomejs/biome format --write
4
+ djhtml pgcommitfest/*/templates/*.html --tabwidth=1
5
6
lint:
7
ruff check
dev_requirements.txt
@@ -2,3 +2,4 @@
uwsgi
pycodestyle
ruff
+djhtml
0 commit comments