Skip to content

Merge pull request #59 from jhlegarreta/AddLinkCheckerAction #1

Merge pull request #59 from jhlegarreta/AddLinkCheckerAction

Merge pull request #59 from jhlegarreta/AddLinkCheckerAction #1

Workflow file for this run

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:

Check failure on line 22 in .github/workflows/linkcheck.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linkcheck.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
- 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