Skip to content

Commit 1e9ad3d

Browse files
authored
ci: remove copywrite steps (#15)
1 parent 908acc8 commit 1e9ad3d

3 files changed

Lines changed: 0 additions & 32 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@v6
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

.github/workflows/scripts/copywrite.hcl

Lines changed: 0 additions & 15 deletions
This file was deleted.

Justfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ tidy:
1818
test:
1919
go test -v -race -count=1 ./...
2020

21-
# ensure copywrite headers present on source files
22-
[group('lint')]
23-
copywrite:
24-
copywrite \
25-
--config {{scripts}}/copywrite.hcl headers \
26-
--spdx "BSD-3-Clause"
27-
2821
# apply go vet command on source tree
2922
[group('lint')]
3023
vet:

0 commit comments

Comments
 (0)