We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f917cc commit d776680Copy full SHA for d776680
.github/workflows/golangci-lint.yml
@@ -1,3 +1,5 @@
1
+---
2
+# This action is synced from https://github.com/prometheus/prometheus
3
name: golangci-lint
4
on:
5
push:
@@ -27,4 +29,4 @@ jobs:
27
29
- name: Lint
28
30
uses: golangci/[email protected]
31
with:
- version: v1.51.2
32
+ version: v1.53.3
.yamllint
@@ -20,5 +20,4 @@ rules:
20
config/testdata/section_key_dup.bad.yml
21
line-length: disable
22
truthy:
23
- ignore: |
24
- .github/workflows/*.yml
+ check-keys: false
0 commit comments