Skip to content

Feature/continous integration continous delivery #67

Feature/continous integration continous delivery

Feature/continous integration continous delivery #67

name: Validate Markdown Links for PRs
# This tests links using a *local* copy of the site *without* building it
# That means links need to be accurate before Jekyll builds and the page is deployed
on:
pull_request
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/[email protected]
with:
fail: true
args: --verbose --no-progress './**/*.md' './**/*.html' --base .