We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed3170 commit 2597a07Copy full SHA for 2597a07
.github/workflows/license.yml
@@ -18,11 +18,13 @@ jobs:
18
- uses: actions/checkout@v2
19
- name: Set up Golang
20
uses: actions/setup-go@v2
21
+ with:
22
+ go-version: '^1.16' # See https://github.com/google/go-licenses/issues/75
23
- name: Install addlicense
24
run: |
25
export PATH=${PATH}:`go env GOPATH`/bin
26
go get -v -u github.com/google/addlicense
27
- name: Check license
28
29
- addlicense -check -l mit -c "ING Wholesale Banking Advanced Analytics" $(find popmon/ -type f -name '*.py' -not -path popmon/version.py)
30
+ addlicense -check -l mit -c "ING Wholesale Banking Advanced Analytics" $(find popmon/ -type f -name '*.py' -not -path popmon/version.py)
0 commit comments