File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed
Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,15 @@ jobs:
2121
2222 - name : Install jsonld-lint
2323 run : |
24- npm install -g jsonld-lint
25- npm list -g --depth=0
26- echo "npm global binaries path:"
27- echo $(npm prefix -g)/bin
28- which jsonld-lint || echo "jsonld-lint not found"
29-
30- - name : Debug environment variables and paths
31- run : |
32- echo "PATH: $PATH"
33- echo "npm global binaries path: $(npm prefix -g)/bin"
34- ls -al $(npm prefix -g)/bin
35- which jsonld-lint
24+ npm install jsonld-lint # Install jsonld-lint locally
25+ npm list --depth=0
26+
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
3633
3734 - name : Run JSON-LD lint checks on each .jsonld file
3835 run : |
You can’t perform that action at this time.
0 commit comments