Merge pull request #2154 from jenkinsci/dependabot/maven/org.xmlunit-… #3842
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 'Link Checker' | |
| on: push | |
| jobs: | |
| check-markdown-links: | |
| name: 'Check Markdown links' | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - uses: umbrelladocs/[email protected] | |
| with: | |
| github_token: ${{ secrets.github_token }} | |
| reporter: github-pr-check | |
| fail_on_error: true | |
| filter_mode: nofilter | |
| config_file: '.github/linkspector.yml' | |
| level: 'info' |