Skip to content

fix: Fix broken links in the Readme.md of .github/chatmodes. #34

fix: Fix broken links in the Readme.md of .github/chatmodes.

fix: Fix broken links in the Readme.md of .github/chatmodes. #34

Workflow file for this run

name: Docs Lint & Links
on:
pull_request:
push:
branches: [ main ]
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: |
**/*.md
!.github/**/*.md
config: .markdownlint.jsonc
link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run lychee link checker
uses: lycheeverse/lychee-action@v1
with:
args: |
--config .lychee.toml \
--verbose \
**/*.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# © Capgemini 2025