Skip to content

Commit

Permalink
github-actions: remove license check (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdoxsey committed Aug 2, 2023
1 parent 29d2175 commit 4925f2f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,3 @@ jobs:
github.event.pull_request.head.sha }}
env:
SKIP: lint

license:
runs-on: ubuntu-latest
needs:
- test
steps:
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: 1.20.x

- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9

- name: FOSSA Scan
uses: fossa-contrib/fossa-action@6728dc6fe9a068c648d080c33829ffbe56565023
with:
fossa-api-key: 18f4ef488f514d06874b75f5809cea93

0 comments on commit 4925f2f

Please sign in to comment.