Skip to content

feat: parallel OID walks with per-module walk_concurrency config #129

feat: parallel OID walks with per-module walk_concurrency config

feat: parallel OID walks with per-module walk_concurrency config #129

Workflow file for this run

---
name: Mixins
on:
pull_request:
push:
branches: [main, 'release-*']
tags: ['v*']
permissions:
contents: read
jobs:
mixins:
name: Test mixins
runs-on: ubuntu-latest
container:
# Whenever the Go version is updated here, .promu.yml
# should also be updated.
image: quay.io/prometheus/golang-builder:1.26-base
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- run: go install github.com/monitoring-mixins/mixtool/cmd/mixtool@latest
- run: go install github.com/google/go-jsonnet/cmd/jsonnetfmt@latest
- run: make -C snmp-mixin lint build