Skip to content

Commit

Permalink
check the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 26, 2023
1 parent 47bd091 commit 5fd659d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ repos:
- id: markdownlint-fix
args: ["--ignore", "book/**/*.md"]


- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.26.1
hooks:
- id: check-dependabot
- id: check-github-actions
- id: check-github-workflows
#- repo: 'https://github.com/pre-commit/mirrors-mypy'
# rev: v1.4.1
# hooks:
Expand Down

0 comments on commit 5fd659d

Please sign in to comment.