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

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-08-10 15:52:06 +03:00
parent 58a446bd45
commit 4466d0b3a0

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