Skip to content

Do not check emails, from https://github.com/lycheeverse/lychee-actio… #4

Do not check emails, from https://github.com/lycheeverse/lychee-actio…

Do not check emails, from https://github.com/lycheeverse/lychee-actio… #4

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: lycheeverse/[email protected]
with:
args: --verbose --no-progress --exclude-mail './**/*.md' './**/*.html'
fail: true