Skip to content

Commit

Permalink
Check workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 16, 2023
1 parent c9d4e06 commit b63ef9e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,23 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: check-merge-conflict
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: master
rev: 3.0.0
hooks:
- id: shellcheck
- id: markdownlint
- repo: https://github.com/mrtazz/checkmake
rev: main
rev: 0.2.2
hooks:
- id: checkmake
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.2
hooks:
- id: check-github-workflows

0 comments on commit b63ef9e

Please sign in to comment.