Skip to content

Commit

Permalink
Use bun in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom committed Sep 9, 2023
1 parent 0b1df9c commit bf2948c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: oven-sh/setup-bun@v1
- name: Check all links
run: npx markdown-link-check --config=.github/workflows/config.json README.md
run: bunx 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 bf2948c

Please sign in to comment.