Skip to content

#413: Load plugins from JAR files #365

#413: Load plugins from JAR files

#413: Load plugins from JAR files #365

name: Broken Links Checker
on:
push:
branches: [main]
pull_request:
jobs:
linkChecker:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Configure broken links checker
run: |
mkdir -p ./target
echo '{ "aliveStatusCodes": [429, 200] }' > ./target/broken_links_checker.json
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
use-verbose-mode: "yes"
config-file: ./target/broken_links_checker.json