mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
[pre-commit] Add license header check
This commit is contained in:
parent
81c5a507fd
commit
e86dc4aaaf
@ -42,3 +42,11 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: go-fmt
|
- id: go-fmt
|
||||||
- id: go-mod-tidy
|
- id: go-mod-tidy
|
||||||
|
|
||||||
|
- repo: local
|
||||||
|
hooks:
|
||||||
|
- id: license-header
|
||||||
|
name: license-header
|
||||||
|
entry: leeway run components:update-license-header
|
||||||
|
language: system
|
||||||
|
pass_filenames: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user