Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

broken links?

broken links? #780

Workflow file for this run

name: broken links?
'on':
push:
branches:
- "**"
schedule:
- cron: 0 16 * * *
workflow_dispatch:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Link Checker
id: lc
uses: peter-evans/link-checker@v1.2.2
with:
args: '-v -r *.md'
- name: Fail?
run: 'exit ${{ steps.lc.outputs.exit_code }}'