Skip to content

chore: fix a mistake 2 #1592

chore: fix a mistake 2

chore: fix a mistake 2 #1592

Workflow file for this run

name: check_links
on: [push, pull_request]
jobs:
check-links:
# Do not run this check if a PR is created from the same repo.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@v1.8.0
with:
fail: true