Skip to content

Commit

Permalink
ci(build): update verify markdown links step
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Jun 22, 2024
1 parent 41c4e54 commit 891fbc0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: ./gradlew build --stacktrace

- name: 🔍 Verify Markdown Links
uses: gaurav-nelson/github-action-markdown-link-check@v1
uses: umbrelladocs/action-linkspector@v1
with:
config-file: .github/workflows/markdown_link_check_config.json
github_token: ${{ secrets.github_token }}
reporter: github-check
fail_on_error: true

0 comments on commit 891fbc0

Please sign in to comment.