Skip to content

Configure credentials for ossindex #88

Configure credentials for ossindex

Configure credentials for ossindex #88

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