Skip to content

Commit

Permalink
install specific version of linkinator
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Jul 16, 2024
1 parent a6bce8c commit 07eb8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: Install dependencies
run: npm install -g linkinator
run: npm install -g linkinator@6.1.1

- name: Check links
run: linkinator https://docs.pimlico.io https://pimlico.io -r --retry --format json --skip api.pimlico.io --concurrency 5 > links-report.json
Expand Down

0 comments on commit 07eb8ac

Please sign in to comment.