Skip to content

Check spelling

Check spelling #8

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