Skip to content

Merge pull request #2470 from opral/nilsjacobsen/inweb-21-we-need-to-… #1795

Merge pull request #2470 from opral/nilsjacobsen/inweb-21-we-need-to-…

Merge pull request #2470 from opral/nilsjacobsen/inweb-21-we-need-to-… #1795

Workflow file for this run

name: Links (Fail Fast)
on:
push:
branches:
- "main"
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Markdown files
- name: Link Checker
uses: lycheeverse/[email protected]
with:
fail: true
args: --verbose --no-progress './*/documentation/**/*.md' './*/documentation/**/**/*.md' './*/guides/**/*.md' './*/blog/**/*.md' './README.md' './*/README.md'
env:
GITHUB_TOKEN: '${{secrets.GITHUB_TOKEN}}'