Skip to content

ci: added a link-check ci #5

ci: added a link-check ci

ci: added a link-check ci #5

Workflow file for this run

name: Links (Fail Fast)
on:
push:
pull_request:
jobs:
linkChecker:
runs-on: ubuntu-latest
if: ${{ startsWith(github.event_path, 'pages/blog/posts/') && endsWith(github.event_path, '.md') }}
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/[email protected]
with:
fail: true