Skip to content

Commit

Permalink
Merge branch 'main' into DonnieBLT/add-year-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT authored Nov 9, 2024
2 parents e8276b6 + a70be33 commit 31940e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run-djlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,16 @@ jobs:
files_to_check=$(find company/templates website/templates -type f -name "*.html")
djlint --reformat $files_to_check || true
- name: Run Ruff
- name: Run Ruff Fix
run: |
source venv/bin/activate
ruff check . --fix || true
- name: Run Ruff Format
run: |
source venv/bin/activate
ruff check . --format || true
- name: Commit changes
run: |
git config --global user.name "github-actions[bot]"
Expand Down

0 comments on commit 31940e4

Please sign in to comment.