1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix license-header gh action error (#3585)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-08-10 16:29:01 +03:00 committed by GitHub
parent 58a446bd45
commit 500be3fe46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: '^1.15.1'
- name: Install addlicense
run: |
export PATH=${PATH}:`go env GOPATH`/bin