mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-30 20:34:49 +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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install addlicense
|
- name: Install addlicense
|
||||||
run: sudo go install github.com/google/addlicense@latest
|
run: go install github.com/google/addlicense@latest
|
||||||
- name: Check headers
|
- name: Check headers
|
||||||
run: $GOPATH/bin/addlicense -check -l mpl *.rs
|
run: $HOME/go/bin/addlicense -check -l mpl *.rs
|
||||||
|
|
Loading…
Add table
Reference in a new issue