Skip to content

Commit

Permalink
Update validate_html.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steveseguin authored Jun 10, 2024
1 parent a7e1076 commit b3cead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
run: npm install htmlhint stylelint stylelint-config-standard

- name: Validate HTML files
run: npx htmlhint "**/*.html"
run: npx htmlhint "**/*.html" --config .htmlhintrc

0 comments on commit b3cead0

Please sign in to comment.