Skip to content

Bump fish-shop/syntax-check from 1 to 2 in the version-updates group #311

Bump fish-shop/syntax-check from 1 to 2 in the version-updates group

Bump fish-shop/syntax-check from 1 to 2 in the version-updates group #311

Workflow file for this run

name: markdown-links
on:
pull_request:
branches:
- main
permissions: read-all
jobs:
markdown-links:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Harden runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
- name: Check links in Markdown files
uses: umbrelladocs/action-linkspector@edd00b453149a11ab419183d1e8e46159e609ec0 # v1.1.3
with:
fail_on_error: true
filter_mode: nofilter
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review