Skip to content

Add drive I/O metrics for Prometheus #1271

Add drive I/O metrics for Prometheus

Add drive I/O metrics for Prometheus #1271

Workflow file for this run

name: Linters
on:
push:
branches: [ master, devel ]
pull_request:
branches: [ master, devel ]
# This ensures that previous jobs for the PR are canceled when the PR is
# updated.
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.x
check-latest: true
- uses: ludeeus/action-shellcheck@master
- uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
args: --config ./.golangci.yml --timeout=60m