Skip to content

adding action for automatically checking links in the IG #21

adding action for automatically checking links in the IG

adding action for automatically checking links in the IG #21

Workflow file for this run

name: Check Links
on:
pull_request:
branches:
- '**'
jobs:
link_checker:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Link Checker
uses: lycheeverse/lychee-action@v2
with:
fail: true
args: >
.
--exclude '^https://jira\.hl7\.org'
--exclude-path ImplementationGuide/style
--exclude-path Material