Use bun in CI

This commit is contained in:
Eno Compton 2023-09-09 16:50:40 -06:00
parent 0b1df9c703
commit bf2948cbf8

View file

@ -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