Skip to content

Commit 18328dd

Browse files
Install all dependencies
1 parent 2ad3482 commit 18328dd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/lint.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ jobs:
2525
2626
- name: Debug environment variables and paths
2727
run: |
28-
echo "npm global binaries path: $(npm bin -g)"
29-
echo "npm local binaries path: $(npm bin)"
30-
ls -al $(npm bin)
31-
which npx
28+
echo "PATH: $PATH"
29+
echo "npm global binaries path: $(npm prefix -g)/bin"
30+
ls -al $(npm prefix -g)/bin
3231
which jsonld-lint
3332
3433
- name: Run JSON-LD lint checks on each .jsonld file

0 commit comments

Comments
 (0)