mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Merge pull request #80 from cisagov/improvement/add_pre-commit_hook
Add the validate_manifest Hook to pre-commit Configuration
This commit is contained in:
commit
41a52860b8
1 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,12 @@ repos:
|
|||
args:
|
||||
- --strict
|
||||
|
||||
# pre-commit hooks
|
||||
- repo: https://github.com/pre-commit/pre-commit
|
||||
rev: v2.13.0
|
||||
hooks:
|
||||
- id: validate_manifest
|
||||
|
||||
# Shell script hooks
|
||||
- repo: https://github.com/lovesegfault/beautysh
|
||||
rev: v6.1.0
|
||||
|
|
Loading…
Reference in a new issue