Skip to content

added new gitHub action to check for broken links #1

added new gitHub action to check for broken links

added new gitHub action to check for broken links #1

Workflow file for this run

name: Check Links
on:
push:
branches:
- '**'
jobs:
link_checker:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Link Checker
uses: lycheeverse/[email protected]
with:
args: --exclude mailto: --retry-count 3

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

View workflow run for this annotation

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

Invalid workflow file

You have an error in your yaml syntax on line 19