Skip to content

feat: add alert-rule and silence write tools #758

feat: add alert-rule and silence write tools

feat: add alert-rule and silence write tools #758

Workflow file for this run

name: docs
on:
push:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check-docs:
name: check-docs
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version-file: go.mod
check-latest: true
- name: Check TOOLS.md is up to date
run: make check-tools-doc