Skip to content

Add check links workflow #2

Add check links workflow

Add check links workflow #2

Workflow file for this run

name: Check Links
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2
args: --verbose

Check failure on line 18 in .github/workflows/check-links.yml

View workflow run for this annotation

GitHub Actions / Check Links

Invalid workflow file

The workflow is not valid. .github/workflows/check-links.yml (Line: 18, Col: 7): Unexpected value 'args'