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 54ee6e0 commit d8c9e38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ name: License check
env:
GO111MODULE: on

jobs:
license-check:
runs-on: ubuntu-latest
container: golang:1.19
steps:
- uses: actions/checkout@v2

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

- run: make license

- name: license updated check
Expand Down

0 comments on commit d8c9e38

Please sign in to comment.