mirror of
https://github.com/KaySar12/NextZen-UserService.git
synced 2025-03-15 23:25:35 +07:00
add restrictive license check to gorelease workflow (#21)
This commit is contained in:
parent
12b047295e
commit
23d3c28288
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user