mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-19 10:26:36 +01:00
Change . to ./src
This commit is contained in:
parent
a02cada324
commit
4454338a62
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
|
- name: Install addlicense
|
||||||
run: go install github.com/google/addlicense@latest
|
run: go install github.com/google/addlicense@latest
|
||||||
- name: Check headers
|
- name: Check headers
|
||||||
run: $HOME/go/bin/addlicense -check -l mpl -ignore ./**/lib ./src ./api
|
run: $HOME/go/bin/addlicense -check -l mpl -ignore ./src
|
||||||
|
|
Loading…
Reference in a new issue