Skip to content

Commit

Permalink
Link checker action
Browse files Browse the repository at this point in the history
  • Loading branch information
userbradley committed Nov 17, 2023
1 parent acdfcc5 commit 0746ee8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/broken-link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
- name: Checkout
uses: actions/checkout@v4
- name: Check Links
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst' --exclude-file .ignore-links --exclude-mail
args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst' --exclude-mail
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Create Issue From File
Expand Down

0 comments on commit 0746ee8

Please sign in to comment.