Merge pull request #1882 from uhafner/renovate/pmd.metrics.version #3487
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-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: umbrelladocs/action-linkspector@v1.5.1 | |
| with: | |
| github_token: ${{ secrets.github_token }} | |
| reporter: github-pr-check | |
| fail_on_error: true | |
| filter_mode: nofilter | |
| config_file: '.github/linkspector.yml' | |
| level: 'info' |