Skip to content

Do check

Do check #5

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: --no-progress --exclude-mail
fail: true