diff --git a/.github/workflows/check-md-links.yml b/.github/workflows/check-md-links.yml index 9b5d40e1..4b0e83da 100644 --- a/.github/workflows/check-md-links.yml +++ b/.github/workflows/check-md-links.yml @@ -8,7 +8,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: gaurav-nelson/github-action-markdown-link-check@v1 + - uses: umbrelladocs/action-linkspector@v1 with: - check-modified-files-only: 'no' - config-file: '.github/check-md-links.json' + github_token: ${{ secrets.github_token }} + reporter: github-pr-annotations + fail_on_error: true + filter_mode: file diff --git a/README.md b/README.md index 3f431abd..774a4768 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ am using in my lectures about software development at Munich University of Appli This project describes the coding style in detail (currently only available in German) and serves as a template project. It provides all necessary resources for a Java project to enforce this coding style using the following static analysis tools via Maven (and partly in IntelliJ): -- [Checkstyle](https://checkstyle.org) +- [Checkstyle](https://checks-broken-tyle.org) - [PMD](https://pmd.github.io/) - [SpotBugs](https://spotbugs.github.io) - [Error Prone](https://errorprone.info)