Skip to content

Separating out setting model type into a separate method in the job service #192

Separating out setting model type into a separate method in the job service

Separating out setting model type into a separate method in the job service #192

Workflow file for this run

name: Link checker
on:
push:
branches:
- '*'
pull_request:
branches:
- "**"
workflow_dispatch:
jobs:
link-checker:
name: Docs - Check for broken links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2
with:
# Documentation: https://github.com/lycheeverse/lychee?tab=readme-ov-file#commandline-parameters
args: --base . --verbose --no-progress './**/*.md' './**/*.rst' --exclude 'mailto:|localhost'