Skip to content

Commit d776680

Browse files
prombotSuperQ
andauthored
Update common Prometheus files (#860)
Signed-off-by: prombot <[email protected]> Co-authored-by: Ben Kochie <[email protected]>
1 parent 5f917cc commit d776680

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/golangci-lint.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---
2+
# This action is synced from https://github.com/prometheus/prometheus
13
name: golangci-lint
24
on:
35
push:
@@ -27,4 +29,4 @@ jobs:
2729
- name: Lint
2830
uses: golangci/[email protected]
2931
with:
30-
version: v1.51.2
32+
version: v1.53.3

.yamllint

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ rules:
2020
config/testdata/section_key_dup.bad.yml
2121
line-length: disable
2222
truthy:
23-
ignore: |
24-
.github/workflows/*.yml
23+
check-keys: false

0 commit comments

Comments
 (0)