Skip to content

Commit

Permalink
Update link-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Oct 19, 2023
1 parent f483dfe commit dbbfe15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
id: link-report
uses: celinekurpershoek/link-checker@v1.0.2
with:
url: "https://primer.style"
url: "https://primer.style/"
recursiveLinks: true
- name: Get the result
run: echo "${{steps.link-report.outputs.result}}"

0 comments on commit dbbfe15

Please sign in to comment.