Skip to content

Bump lycheeverse/lychee-action from 1.5.4 to 1.9.0 #8

Bump lycheeverse/lychee-action from 1.5.4 to 1.9.0

Bump lycheeverse/lychee-action from 1.5.4 to 1.9.0 #8

Workflow file for this run

name: Link Checker
on:
schedule:
- cron: "0 5 * * *"
pull_request:
types: [opened, edited, synchronize, reopened]
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
link-checker:
runs-on: ubuntu-latest
steps:
- name: 'Checkout source code'
uses: actions/checkout@v3
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
fail: true
args: --verbose --no-progress --exclude-mail --exclude-loopback **/*.md
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}