Files
Sam Morrow 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
add oss licenses
2025-04-01 00:07:11 +02:00

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"