4acdecc470
Unit Tests / build (ubuntu-latest) (push) Has been cancelled
Unit Tests / build (windows-latest) (push) Has been cancelled
License Check / license-check (push) Has been cancelled
Unit Tests / build (macos-latest) (push) Has been cancelled
Lint / lint (push) Has been cancelled
6 lines
252 B
Bash
Executable File
6 lines
252 B
Bash
Executable File
#!/bin/bash
|
|
|
|
go install github.com/google/go-licenses@latest
|
|
go-licenses report ./... --template .github/licenses.tmpl > third-party-licenses.md || echo "Ignore warnings"
|
|
go-licenses save ./... --save_path=third-party --force || echo "Ignore warnings"
|