Skip to content

Bump edu.hm.hafner:codingstyle-pom from 5.23.0 to 5.24.0 #1528

Bump edu.hm.hafner:codingstyle-pom from 5.23.0 to 5.24.0

Bump edu.hm.hafner:codingstyle-pom from 5.23.0 to 5.24.0 #1528

Workflow file for this run

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.5
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
fail_on_error: true
filter_mode: nofilter
config_file: '.github/linkspector.yml'
level: 'info'