Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Mar 1, 2024
1 parent ce304f1 commit 28280a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
-
name: Check links
run: |
git ls-files -z -- 'src/**.md' | xxargs -0 -n 1 -- python -m lychee
git ls-files -z -- 'src/**.md' | xargs -0 -n 1 -- python -m lychee

1 comment on commit 28280a9

@szepeviktor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adamlaki Installing a Nodejs package and executing a Python package?

Please sign in to comment.