mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-29 02:31:00 +00:00
Merge pull request #403 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
This commit is contained in:
commit
69b17ee390
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