Skip to content

Fix yaml linting errors #3

Fix yaml linting errors

Fix yaml linting errors #3

Workflow file for this run

---
name: CI
on:
pull_request:
push:
jobs:
yamllint:
name: Yaml lint
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.23-base
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: make yamllint