Skip to content

Api gui howto guide #41

Api gui howto guide

Api gui howto guide #41

Workflow file for this run

name: Link Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
args: --config ./lychee.toml --no-progress --verbose ./docs
format: markdown
jobSummary: true
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}