Browse Source

Merge pull request #2369 from prometheus/repo_sync

Synchronize common files from prometheus/prometheus
pull/2370/head
Ben Kochie 3 years ago committed by GitHub
parent
commit
da8b0f694c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/golangci-lint.yml

3
.github/workflows/golangci-lint.yml

@ -21,6 +21,9 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.18.x
- name: Install snmp_exporter/generator dependencies
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
if: github.repository == 'prometheus/snmp_exporter'
- name: Lint
uses: golangci/golangci-lint-action@v3.1.0
with:

Loading…
Cancel
Save