Skip to content

fix: sloppy merge of #59 #2

fix: sloppy merge of #59

fix: sloppy merge of #59 #2

Workflow file for this run

# Checks the existence of links within docs
---
name: Check links
on:
push:
branches: [mkdocs]
pull_request:
branches: [mkdocs]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# Force to use color
env:
FORCE_COLOR: true
jobs:
link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- uses: tcort/github-action-markdown-link-check@v1
with:
use-quiet-mode: yes
# use-verbose-mode: no