File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 2626
2727jobs :
2828
29+ licenses :
30+ runs-on : ubuntu-latest
31+
32+ steps :
33+ - uses : actions/checkout@v2
34+
35+ - name : Check licenses
36+ run : |
37+ go get -u github.com/google/addlicense
38+ export PATH=$PATH:$(go env GOPATH)/bin
39+ addlicense -check .
40+
2941 stable :
3042 runs-on : ubuntu-latest
3143
5365 - name : Format (manifest)
5466 run : cargo verify-project
5567
56- - name : Format (addlicense)
57- run : |
58- go get -u github.com/google/addlicense
59- export PATH=$PATH:$(go env GOPATH)/bin
60- addlicense -check .
61-
6268 - name : Package (docs)
6369 run : cargo doc --no-deps --target=wasm32-unknown-unknown
6470
9298 - name : Format (manifest)
9399 run : cargo +nightly verify-project
94100
95- - name : Format (addlicense)
96- run : |
97- go get -u github.com/google/addlicense
98- export PATH=$PATH:$(go env GOPATH)/bin
99- addlicense -check .
100-
101101 - name : Package (docs)
102102 run : cargo +nightly doc --no-deps --target=wasm32-unknown-unknown
103103
You can’t perform that action at this time.
0 commit comments