Skip to content

chore(deps): bump actions/create-github-app-token in /workflow-templates #859

chore(deps): bump actions/create-github-app-token in /workflow-templates

chore(deps): bump actions/create-github-app-token in /workflow-templates #859

Workflow file for this run

---
name: Link Checker
on:
push: null
repository_dispatch: null
workflow_dispatch: null
permissions:
contents: read
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
with:
persist-credentials: false
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 #v2.8.0
with:
args: --verbose --no-progress --accept 100..=103,200..=299,429 './**/*.md'
format: markdown
fail: true