Skip to content

Commit

Permalink
ci(precommit): add local repo with license-eye
Browse files Browse the repository at this point in the history
Signed-off-by: kwanhur <huang_hua2012@163.com>
  • Loading branch information
kwanhur committed Mar 27, 2022
1 parent ffc8e63 commit d9c5701
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,15 @@ repos:
hooks:
- id: markdownlint
- id: markdownlint-fix
- repo: local
hooks:
- id: license-header-check
name: license header check
entry: license-eye header check
language: system
types: [file]
- id: license-header-fix
name: license header fix
entry: license-eye header fix
language: system
types: [file]

0 comments on commit d9c5701

Please sign in to comment.