Skip to content

Lychee Lints

Lychee Lints #3

Workflow file for this run

name: Lychee Lints
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
schedule:
# At 17:15 on every day-of-month.
- cron: '15 17 */1 * *'
jobs:
lychee_checks:
name: "Lychee Lints"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: lycheeverse/lychee-action@2ac9f030ccdea0033e2510a23a67da2a2da98492
with:
fail: true