mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
specify version of addlicense
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
ebe3b8b280
commit
8fc373724e
2
.github/workflows/license-header.yml
vendored
2
.github/workflows/license-header.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Install addlicense
|
||||
run: |
|
||||
export PATH=${PATH}:`go env GOPATH`/bin
|
||||
go install github.com/google/addlicense
|
||||
go install github.com/google/addlicense@^1.0.0
|
||||
- name: Check license headers
|
||||
run: |
|
||||
set -e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user