ci: add go license checker

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2023-11-10 15:41:57 +01:00
parent 26dfa5668f
commit 14939e9678
Signed by: harald
GPG key ID: F519A1143B3FBE32

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