[pre-commit] Add license header check

This commit is contained in:
Milan Pavlik 2022-05-12 19:30:36 +00:00 committed by Robo Quat
parent 81c5a507fd
commit e86dc4aaaf

View File

@ -42,3 +42,11 @@ repos:
hooks:
- id: go-fmt
- 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