Skip to content

Ignore 'https://arrowvortex.ddrnl.com/' #37

Ignore 'https://arrowvortex.ddrnl.com/'

Ignore 'https://arrowvortex.ddrnl.com/' #37

Workflow file for this run

name: Check links pr
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
args: '-c .github/lychee.toml ./content.md'
jobSummary: false
fail: true