Skip to content

Commit

Permalink
ci: Removing skipping of jshint
Browse files Browse the repository at this point in the history
jshint should run during pre-commit CI to avoid adding another GitHub Action.
  • Loading branch information
sscheib committed Apr 6, 2024
1 parent 9159fc1 commit 5abeefa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ci:
skip:
- 'ansible-lint'
- 'commitlint'
- 'jshint'
- 'markdown-link-check'
- 'markdownlint'
- 'pyspelling'
Expand Down

0 comments on commit 5abeefa

Please sign in to comment.