Skip to content

More link fixes

More link fixes #27

name: "Broken Link Check"
on:
push:
schedule:
- cron: @weekly

Check failure on line 6 in .github/workflows/broken-link-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/broken-link-check.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
jobs:
check:
name: "Check for broken links"
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v2
- name: "Check for broken links"
uses: lycheeverse/lychee-action@v1
with:
fail: true
jobSummary: true
args: --accept '200..=299, 401, 405' .