File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 branches :
99 - ' main'
1010jobs :
11- run-copywrite :
12- timeout-minutes : 5
13- runs-on : ubuntu-24.04
14- steps :
15- - uses : actions/checkout@v4
16- - uses : hashicorp/setup-copywrite@v1.1.3
17- - name : verify copyright
18- run : |
19- copywrite --config .github/workflows/scripts/copywrite.hcl \
20- headers --spdx "BSD-3-Clause" --plan
2111 run-tests :
2212 timeout-minutes : 5
2313 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change @@ -24,13 +24,6 @@ test unit:
2424tests :
2525 go test -count=1 -race ./ ... 2 >/ dev/ null
2626
27- # ensure copywrite headers present on source files
28- [group (' lint' )]
29- copywrite :
30- copywrite \
31- - -config {{ scripts}} / copywrite.hcl headers \
32- - -spdx " BSD-3-Clause"
33-
3427# apply go vet command on source tree
3528[group (' lint' )]
3629vet :
You can’t perform that action at this time.
0 commit comments