Skip to content

Exclude mail

Exclude mail #10

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