mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-18 22:26:12 +01:00
Still don't know what I'm doing
This commit is contained in:
parent
4392a4d7cf
commit
44902f93e7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/license_headers.yml
vendored
4
.github/workflows/license_headers.yml
vendored
|
@ -16,6 +16,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install addlicense
|
||||
run: sudo go install github.com/google/addlicense@latest
|
||||
run: go install github.com/google/addlicense@latest
|
||||
- name: Check headers
|
||||
run: $GOPATH/bin/addlicense -check -l mpl *.rs
|
||||
run: $HOME/go/bin/addlicense -check -l mpl *.rs
|
||||
|
|
Loading…
Reference in a new issue