Skip to content

Commit

Permalink
Improve CI build with better link checker (#260)
Browse files Browse the repository at this point in the history
* Fix ci builds

* Update ci.yml
  • Loading branch information
enocom authored Nov 22, 2024
1 parent 6993197 commit e04543d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@v4
- uses: oven-sh/setup-bun@v1
- name: Check all links
run: bun x markdown-link-check --config=.github/workflows/config.json README.md
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2
- 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 e04543d

Please sign in to comment.