Skip to content

Commit

Permalink
use bun x
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom committed Sep 9, 2023
1 parent bf2948c commit 7658301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- name: Check all links
run: bunx markdown-link-check --config=.github/workflows/config.json README.md
run: bun x markdown-link-check --config=.github/workflows/config.json README.md
- name: "Check for exactly 200 links"
run: |
grep "\- \[" README.md | grep -Eo "https?://[^][ ]+" | sed 's/)//' | sort > links-only.txt
Expand Down

0 comments on commit 7658301

Please sign in to comment.