We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0341041 commit 2e164bdCopy full SHA for 2e164bd
.github/workflows/ci.yaml
@@ -32,4 +32,4 @@ jobs:
32
run: pip install djhtml
33
34
- name: Run djhtml
35
- run: djhtml pgcommitfest/*/templates/*.html --tabwidth=1 --check
+ run: djhtml pgcommitfest/*/templates/*.html pgcommitfest/*/templates/*.inc --tabwidth=1 --check
Makefile
@@ -1,7 +1,7 @@
1
format:
2
ruff format
3
npx @biomejs/biome format --write
4
- djhtml pgcommitfest/*/templates/*.html --tabwidth=1
+ djhtml pgcommitfest/*/templates/*.html pgcommitfest/*/templates/*.inc --tabwidth=1
5
6
lint:
7
ruff check
0 commit comments