Skip to content

Commit

Permalink
Add pre-commit check for GH workflow and RTD schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Nov 7, 2023
1 parent 4d9016b commit fdb86df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ repos:
hooks:
- id: yamllint

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
hooks:
- id: check-github-workflows
- id: check-readthedocs

- repo: local
hooks:
- id: do-not-commit
Expand Down

0 comments on commit fdb86df

Please sign in to comment.