Skip to content

Commit

Permalink
lychee WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Mar 1, 2024
1 parent af7a9c1 commit 854f94c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,7 @@ jobs:
-
name: Install lychee
run: npm install -g lychee
-
name: Find Markdown files
id: find_md_files
run: |
find src -name "*.md" > md_files.txt
-
name: Check links
run: |
cat md_files.txt | xargs -I {} lychee validate {}
git ls-files -z -- 'src/**.md' | xargs -I {} lychee validate {}

0 comments on commit 854f94c

Please sign in to comment.