Skip to content

[IGNORE] Bump Tempo and TracingGanttChart (#196) #3

[IGNORE] Bump Tempo and TracingGanttChart (#196)

[IGNORE] Bump Tempo and TracingGanttChart (#196) #3

Workflow file for this run

name: doc
on:
push:
branches:
- main
- release/*
- snapshot/*
tags:
- v*
pull_request:
merge_group:
jobs:
docs-fmt:
name: "Check docs format"
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: perses/github-actions@v0.9.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_go: true
- name: install mdox
run: go install github.com/bwplotka/mdox@latest
- name: check docs
run: make checkdocs