ci: add go license checker (#15)

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2023-11-10 16:47:56 +01:00 committed by GitHub
parent 26dfa5668f
commit f29a1f4831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
.github/workflows/license-go.yaml vendored Normal file
View file

@ -0,0 +1,11 @@
name: License Check
on: pull_request
jobs:
license-check:
runs-on: ubuntu-latest
name: License Check
steps:
- uses: actions/checkout@v2
- uses: haraldh/go-license-checker@v0.5.2