Skip to content

Commit

Permalink
add restrictive license check to gorelease workflow (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerinus authored Nov 11, 2022
1 parent 12b0472 commit 23d3c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 23d3c28

Please sign in to comment.