mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-21 23:53:55 +02:00
ci: add go license checker (#15)
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
26dfa5668f
commit
f29a1f4831
1 changed files with 11 additions and 0 deletions
11
.github/workflows/license-go.yaml
vendored
Normal file
11
.github/workflows/license-go.yaml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue