We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eaea62 commit 2d5903aCopy full SHA for 2d5903a
.github/workflows/lint.yaml
@@ -21,7 +21,12 @@ jobs:
21
22
- name: Install jsonld-lint
23
run: |
24
- npm install jsonld-lint
+ npm install -g jsonld-lint
25
+
26
+ - name: Verify jsonld-lint installation
27
+ run: |
28
+ which jsonld-lint
29
+ jsonld-lint --version
30
31
- name: Run JSON-LD lint checks on each .jsonld file
32
0 commit comments