Skip to content

Commit

Permalink
Merge pull request #362 from prometheus/repo_sync
Browse files Browse the repository at this point in the history
Synchronize common files from prometheus/prometheus
  • Loading branch information
SuperQ committed Mar 28, 2022
2 parents f6b0912 + e457c0a commit 2c24277
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/golangci-lint.yml
Expand Up @@ -9,13 +9,6 @@ on:
- ".github/workflows/golangci-lint.yml"
- ".golangci.yml"
pull_request:
paths:
- "go.sum"
- "go.mod"
- "**.go"
- "scripts/errcheck_excludes.txt"
- ".github/workflows/golangci-lint.yml"
- ".golangci.yml"

jobs:
golangci:
Expand All @@ -24,8 +17,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
- name: Lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3.1.0
with:
version: v1.44.2

0 comments on commit 2c24277

Please sign in to comment.