Skip to content

Commit f08580b

Browse files
committed
removes lint stage
1 parent c10a9a4 commit f08580b

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.gitlab-ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ stages:
88
- oci-image
99
- attestation
1010

11-
# ── Lint ──────────────────────────────────────────────────────────────────────
12-
13-
lint:
14-
stage: test
15-
image: golang:1.25
16-
before_script:
17-
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh
18-
script:
19-
- golangci-lint run --timeout=30m
20-
2111

2212
.common: &common
2313
devguard_asset_name: "$DEVGUARD_ASSET_NAME"

0 commit comments

Comments
 (0)