mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-25 16:51:00 +00:00
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
parent
95d34445ed
commit
f699c4ae94
1 changed files with 2 additions and 0 deletions
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
- "scripts/errcheck_excludes.txt"
|
- "scripts/errcheck_excludes.txt"
|
||||||
- ".github/workflows/golangci-lint.yml"
|
- ".github/workflows/golangci-lint.yml"
|
||||||
|
- ".golangci.yml"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "go.sum"
|
- "go.sum"
|
||||||
|
@ -14,6 +15,7 @@ on:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
- "scripts/errcheck_excludes.txt"
|
- "scripts/errcheck_excludes.txt"
|
||||||
- ".github/workflows/golangci-lint.yml"
|
- ".github/workflows/golangci-lint.yml"
|
||||||
|
- ".golangci.yml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
golangci:
|
golangci:
|
||||||
|
|
Loading…
Reference in a new issue