Skip to content

Commit

Permalink
ci: add go license checker (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Hoyer <[email protected]>
  • Loading branch information
haraldh authored Nov 10, 2023
1 parent 26dfa56 commit f29a1f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/license-go.yaml
Original file line number Diff line number Diff line change
@@ -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/[email protected]

0 comments on commit f29a1f4

Please sign in to comment.