Skip to content

[maven-release-plugin] prepare for next development iteration #388

[maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration #388

name: 'Link Checker'
on: push
jobs:
check-markdown-links:
name: 'Check Markdown links'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: umbrelladocs/action-linkspector@v1.3.7
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
fail_on_error: true
filter_mode: nofilter
config_file: '.github/linkspector.yml'
level: 'info'