Skip to content

Commit a1d322b

Browse files
author
Simen Abelsen
committed
Move djlint lint check from python.yml to format.yml
1 parent a6779e7 commit a1d322b

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up uv
2727
uses: astral-sh/setup-uv@v6
2828

29-
- name: Format HTML
29+
- name: Check HTML formatting and lint
3030
run: |
3131
uvx djlint --version
32-
uvx djlint . --check --configuration pyproject.toml
32+
uvx djlint . --check --lint --configuration pyproject.toml

.github/workflows/python.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,6 @@ jobs:
1717
with:
1818
version: "0.14.13"
1919

20-
djlint:
21-
runs-on: ubuntu-latest
22-
name: Lint HTML
23-
steps:
24-
- uses: actions/checkout@v6
25-
26-
- name: Set up uv
27-
uses: astral-sh/setup-uv@v6
28-
29-
- name: Lint HTML
30-
run: uvx djlint --lint .
31-
3220
test:
3321
needs: ruff
3422

0 commit comments

Comments
 (0)