Skip to content

Commit

Permalink
ci: Run djhtml
Browse files Browse the repository at this point in the history
  • Loading branch information
pnu-s committed Jan 16, 2024
1 parent 84b9a22 commit 2de2772
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,16 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

djhtml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install djhtml
run: python -m pip install --upgrade pip djhtml
- name: Lint HTML files
run: djhtml . --check

0 comments on commit 2de2772

Please sign in to comment.