Skip to content

Commit

Permalink
Fix name.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Jul 1, 2024
1 parent febe4da commit 08f672b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build
run: go build -v ./...

- name: Check SDK licenses
- name: Check SS licenses
# We allow only "notice" type of licenses.
run: go run github.com/google/go-licenses check --ignore=golang.org/x --allowed_licenses=Apache-2.0,Apache-3,BSD-3-Clause,BSD-4-Clause,CC0-1.0,ISC,MIT ./...

Expand Down

0 comments on commit 08f672b

Please sign in to comment.