Skip to content

Test by switching to push #1

Test by switching to push

Test by switching to push #1

name: Check Markdown links
# read-write repo token
# access to secrets
# on:
# workflow_run:
# workflows: ["Pull Request Preflight Check"]
# types:
# - completed
on:
push:
permissions:
contents: read
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tcort/github-action-markdown-link-check@v1.1.2
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
check-modified-files-only: 'no'