Skip to content

Commit

Permalink
Fix license action
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 committed Oct 19, 2023
1 parent aabdec2 commit 5ee6841
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Go
uses: actions/setup-go@v2

- run: go install github.com/google/addlicense@latest

- run: make license

- name: license updated check
Expand Down

0 comments on commit 5ee6841

Please sign in to comment.