Change . to ./src

This commit is contained in:
Seaotatop 2023-06-25 17:19:08 -05:00
parent a02cada324
commit 4454338a62

View file

@ -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 ./**/lib ./src ./api
run: $HOME/go/bin/addlicense -check -l mpl -ignore ./src