Still don't know what I'm doing 2

This commit is contained in:
Seaotatop 2023-06-25 16:19:51 -05:00
parent 44902f93e7
commit bec60d13cf

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 *.rs
run: $HOME/go/bin/addlicense -check -l mpl . *.rs