We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10a9a4 commit f08580bCopy full SHA for f08580b
1 file changed
.gitlab-ci.yml
@@ -8,16 +8,6 @@ stages:
8
- oci-image
9
- attestation
10
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
21
22
.common: &common
23
devguard_asset_name: "$DEVGUARD_ASSET_NAME"
0 commit comments