Skip to content

Commit

Permalink
Use gaurav-nelson/github-action-markdown-link-check@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Sep 5, 2023
1 parent 8d9781f commit 7bc1c00
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/check_links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: lycheeverse/[email protected]
with:
#args: --verbose --exclude-mail './**/*.md' './**/*.html'
fail: true
- uses: gaurav-nelson/github-action-markdown-link-check@v1

# Cannot deal with emails :-/
#- uses: lycheeverse/[email protected]
# with:
# #args: --verbose --exclude-mail './**/*.md' './**/*.html'
# fail: true

0 comments on commit 7bc1c00

Please sign in to comment.