Skip to content

Check broken URLs

Check broken URLs #1

Workflow file for this run

name: Check broken URLs
on:
schedule:
- cron: "24 18 * * 2"
workflow_dispatch:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check broken URLs
id: lychee
uses: lycheeverse/[email protected]
with:

Check failure on line 17 in .github/workflows/checklinks.yml

View workflow run for this annotation

GitHub Actions / Check broken URLs

Invalid workflow file

The workflow is not valid. .github/workflows/checklinks.yml (Line: 17, Col: 14): Unexpected value '' .github/workflows/checklinks.yml (Line: 19, Col: 9): Unexpected value 'args'
# Check all markdown and html files in repo (default)
args: --verbose --no-progress --insecure './sources/**/*.txt'
#format: json
output: /test.txt