Skip to content

check_links

check_links #4

Workflow file for this run

on:
push:
pull_request:
schedule:
- cron: "0 0 4 * *"
name: check_links
jobs:
check_links:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: lycheeverse/[email protected]
with:
fail: true