Skip to content

Commit 2ad3482

Browse files
Install all dependencies
1 parent 26acd72 commit 2ad3482

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/lint.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121

2222
- name: Install jsonld-lint
2323
run: |
24-
npm install jsonld-lint # Install jsonld-lint locally
25-
npm list --depth=0
24+
npm install
2625
27-
# - name: Debug environment variables and paths
28-
# run: |
29-
# echo "PATH: $PATH"
30-
# echo "npm global binaries path: $(npm prefix -g)/bin"
31-
# ls -al $(npm prefix -g)/bin
32-
# which jsonld-lint
26+
- name: Debug environment variables and paths
27+
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
32+
which jsonld-lint
3333
3434
- name: Run JSON-LD lint checks on each .jsonld file
3535
run: |

0 commit comments

Comments
 (0)