Skip to content

Commit 6b8c742

Browse files
prombotroidelapluie
authored andcommitted
Update common Prometheus files
Signed-off-by: prombot <[email protected]>
1 parent f60d1ac commit 6b8c742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
uses: actions/setup-go@v2
2222
with:
2323
go-version: 1.18.x
24+
- name: Install snmp_exporter/generator dependencies
25+
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
26+
if: github.repository == 'prometheus/snmp_exporter'
2427
- name: Lint
2528
uses: golangci/[email protected]
2629
with:

0 commit comments

Comments
 (0)