Skip to content

Commit 1161427

Browse files
authored
ci: remove broken copywrite plumbing (#27)
1 parent 17976b8 commit 1161427

2 files changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ on:
88
branches:
99
- 'main'
1010
jobs:
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

Justfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ test unit:
2424
tests:
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')]
3629
vet:

0 commit comments

Comments
 (0)