Skip to content

docs: Add manual metric load test #36

docs: Add manual metric load test

docs: Add manual metric load test #36

Workflow file for this run

name: PR Docu Checks
on:
pull_request:
branches:
- "main"
- "release-*"
workflow_dispatch:
jobs:
verify-manifests:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Golang
uses: "./.github/template/setup-golang"
- name: Verify manifests
run: make lint-manifests
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Validate links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.mlc.config.json'
folder-path: '.'
max-depth: -1
base-branch: ${{ github.base_ref }}