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 28280a9 commit 78cebaa
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,15 @@ jobs:

steps:
-
name: Checkout repository
uses: actions/checkout@v3
name: Checkout code
uses: actions/checkout@v2
-
name: Install lychee
run: npm install -g lychee
name: Install Rust
uses: actions/setup-rust@v1
-
name: Check links
run: |
git ls-files -z -- 'src/**.md' | xargs -0 -n 1 -- python -m lychee
name: Install Lychee
run: cargo install lychee
-
name: Run Lychee
run: lychee --version

0 comments on commit 78cebaa

Please sign in to comment.