Skip to content

Commit 5f3cee9

Browse files
committed
fix: r
Signed-off-by: ashing <[email protected]>
1 parent b88ee66 commit 5f3cee9

File tree

3 files changed

+0
-194
lines changed

3 files changed

+0
-194
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
- name: 🛩️ golangci-lint
4545
run: make lint
4646

47-
- name: ©️ check-copyright
48-
run: make check-copyright
49-
5047
crd-docs-check:
5148
name: Check CRD Docs
5249
runs-on: ubuntu-latest

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,6 @@ sort-import:
381381
@./scripts/goimports-reviser.sh >/dev/null 2>&1
382382
.PHONY: sort-import
383383

384-
# check copyright header
385-
check-copyright:
386-
go run scripts/go-copyright/main.go
387-
388384
.PHONY: generate-crd-docs
389385
generate-crd-docs: manifests ## Generate CRD reference documentation in a single file
390386
@mkdir -p $(dir $(CRD_DOCS_OUTPUT))

scripts/go-copyright/main.go

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

0 commit comments

Comments
 (0)