We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5e671 commit 631bf06Copy full SHA for 631bf06
.github/workflows/lint.yml
@@ -10,6 +10,7 @@ env:
10
GOLANGCI_LINT_VERSION: v1.60.3
11
jobs:
12
golangci:
13
+ if: (!contains(github.event.pull_request.labels.*.name, 'no lint'))
14
name: golangci-lint
15
concurrency:
16
group: lint-golangci-${{ github.ref }}
@@ -39,6 +40,7 @@ jobs:
39
40
args: --timeout=5m
41
working-directory: examples
42
golangci-slo:
43
44
name: golangci-lint-slo
45
46
group: lint-golangci-slo-${{ github.ref }}
@@ -55,6 +57,7 @@ jobs:
55
57
56
58
working-directory: tests/slo
59
autoformatter:
60
61
name: autoformat check
62
63
group: lint-autoformat-${{ github.ref }}
0 commit comments