Skip to content

Correct the class package path #1599

Correct the class package path

Correct the class package path #1599

name: Markdown Links Check
on: [push, pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: umbrelladocs/action-linkspector@v1.1.3
with:
reporter: github-pr-review
config_file: '.github/workflows/.linkspector.yml'
level: error
fail_on_error: true