Skip to content

Update README.md

Update README.md #3

Workflow file for this run

name: Markdown CI
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
branches: [ main ]
paths:
- .github/workflows/markdown-ci.yml
- '**.md'
pull_request:
branches: [ main ]
paths:
- .github/workflows/markdown-ci.yml
- '**.md'
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true