mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-11-16 07:48:11 +01:00
Small brain moment
This commit is contained in:
parent
4454338a62
commit
b5c5f98eb4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/license_headers.yml
vendored
2
.github/workflows/license_headers.yml
vendored
|
@ -18,4 +18,4 @@ jobs:
|
|||
- name: Install addlicense
|
||||
run: go install github.com/google/addlicense@latest
|
||||
- name: Check headers
|
||||
run: $HOME/go/bin/addlicense -check -l mpl -ignore ./src
|
||||
run: $HOME/go/bin/addlicense -check -l mpl ./src
|
||||
|
|
Loading…
Reference in a new issue