Skip to content

Commit

Permalink
only lint jinja templates with lint-jinja CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
akbarkz committed Jul 9, 2024
1 parent e9cbe78 commit d4d5e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
echo "The following files have changed: $CHANGED_FILES"
djlint $CHANGED_FILES --lint
djlint $CHANGED_FILES --lint --profile="jinja"
validate-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d4d5e4e

Please sign in to comment.