Skip to content

Merge branch 'develop' of https://github.com/Gurubase/gurubase into d… #145

Merge branch 'develop' of https://github.com/Gurubase/gurubase into d…

Merge branch 'develop' of https://github.com/Gurubase/gurubase into d… #145

Workflow file for this run

name: Documentation
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
link-checker:
name: Check links
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Check the links
uses: lycheeverse/lychee-action@v1
with:
args: --max-concurrency 1 -v *.md **/*.md
fail: true