Merge pull request #109 from cisagov/improvement/add_github_actions_pre-commit_hooks

Add `pre-commit` hooks to validate GitHub Actions content
pull/521/head
Nick 2 years ago committed by GitHub
commit 4215ba378e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .pre-commit-config.yaml

@ -47,6 +47,13 @@ repos:
args:
- --strict
# GitHub Actions hooks
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.14.2
hooks:
- id: check-github-actions
- id: check-github-workflows
# pre-commit hooks
- repo: https://github.com/pre-commit/pre-commit
rev: v2.17.0

Loading…
Cancel
Save