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 3
This commit is contained in:
parent
bec60d13cf
commit
9fdc6c66b0
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 . *.rs
|
||||
run: $HOME/go/bin/addlicense -check -l mpl -ignore /**/lib ./src ./api
|
||||
|
|
Loading…
Reference in a new issue