Skip to content

Commit 2e164bd

Browse files
committed
Also format .inc files with djhtml
1 parent 0341041 commit 2e164bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
run: pip install djhtml
3333

3434
- name: Run djhtml
35-
run: djhtml pgcommitfest/*/templates/*.html --tabwidth=1 --check
35+
run: djhtml pgcommitfest/*/templates/*.html pgcommitfest/*/templates/*.inc --tabwidth=1 --check

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format:
22
ruff format
33
npx @biomejs/biome format --write
4-
djhtml pgcommitfest/*/templates/*.html --tabwidth=1
4+
djhtml pgcommitfest/*/templates/*.html pgcommitfest/*/templates/*.inc --tabwidth=1
55

66
lint:
77
ruff check

0 commit comments

Comments
 (0)