Skip to content

Commit

Permalink
chore: fix addlicence call
Browse files Browse the repository at this point in the history
  • Loading branch information
astromechza committed May 10, 2024
1 parent 7019285 commit 2985b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: go install github.com/google/addlicense@latest
-
name: Check licenses
run: addlicense -l apache -check -v -ignore '**/*.yaml' -c Humanitec ./cmd ./internal/
run: addlicense -l apache -check -v -ignore '**/*.yaml' -c Humanitec ./*.go ./internal/

0 comments on commit 2985b6f

Please sign in to comment.