Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
ggonzalez94 committed Sep 27, 2024
1 parent ae24f7c commit d16a87b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
uses: lycheeverse/lychee-action@v1
with:
args: --no-progress './**/*.adoc' './**/*.md'
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
fail: false

- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
fail_on_error: false


0 comments on commit d16a87b

Please sign in to comment.