Skip to content

Commit 2d5903a

Browse files
Check jsonld lint installation
1 parent 7eaea62 commit 2d5903a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ jobs:
2121

2222
- name: Install jsonld-lint
2323
run: |
24-
npm install jsonld-lint
24+
npm install -g jsonld-lint
25+
26+
- name: Verify jsonld-lint installation
27+
run: |
28+
which jsonld-lint
29+
jsonld-lint --version
2530
2631
- name: Run JSON-LD lint checks on each .jsonld file
2732
run: |

0 commit comments

Comments
 (0)