We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2b428 commit 70d9502Copy full SHA for 70d9502
.github/workflows/checks.yaml
@@ -142,19 +142,3 @@ jobs:
142
steps:
143
- if: contains(needs.*.result, 'failure')
144
run: exit 1
145
-
146
- license:
147
- if: contains(fromJSON('["push", "pull_request"]'), github.event_name)
148
- name: license check
149
- runs-on: ubuntu-22.04
150
- steps:
151
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
152
- - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
153
- with:
154
- go-version: '1.21'
155
- cache: false
156
- - name: install go-licenses
157
- run: go install github.com/google/go-licenses@5348b744d0983d85713295ea08a20cca1654a45e
158
- - name: check licenses
159
- run: go-licenses check --disallowed_types=forbidden --include_tests ./...
160
0 commit comments