Skip to content

Commit

Permalink
ci: add name to license-check workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Drenhaus <[email protected]>
  • Loading branch information
jensdrenhaus committed Oct 17, 2024
1 parent 03208e5 commit 3864307
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ jobs:
run: go test -v ./...

check-license-lines:
name: Check License Lines
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check License Lines
uses: kt3k/[email protected]

- uses: kt3k/[email protected]

0 comments on commit 3864307

Please sign in to comment.