Skip to content

Use gaurav-nelson/github-action-markdown-link-check@v1 #18

Use gaurav-nelson/github-action-markdown-link-check@v1

Use gaurav-nelson/github-action-markdown-link-check@v1 #18

Workflow file for this run

name: Check links
on:
push:
pull_request:
schedule:
- cron: "0 0 2 * *"
jobs:
check_links:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: gaurav-nelson/github-action-markdown-link-check@v1
# Cannot deal with emails :-/
#- uses: lycheeverse/[email protected]
# with:
# #args: --verbose --exclude-mail './**/*.md' './**/*.html'
# fail: true