add restrictive license check to gorelease workflow (#21)

This commit is contained in:
Tiger Wang 2022-11-10 19:40:11 -05:00 committed by GitHub
parent 12b047295e
commit 23d3c28288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
project_name: casaos-user-service
before:
hooks:
- go run github.com/google/go-licenses@latest check . --disallowed_types=restricted
- go mod tidy
- go test -v ./...
builds: