Skip to content

Commit a7bbfc6

Browse files
Debugging
1 parent 392ee9d commit a7bbfc6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install jsonld-lint
2323
run: |
2424
npm install -g jsonld-lint
25+
26+
- name: List globally installed npm packages
27+
run: npm list -g --depth=0
2528

2629
- name: Check current working directory
2730
run: pwd
@@ -31,7 +34,7 @@ jobs:
3134

3235
- name: Run JSON-LD lint checks
3336
run: |
34-
find ./data/software-tools -name "*.jsonld" -print0 | xargs -0 -n1 jsonld-lint
37+
find ./data/software-tools -name "*.jsonld" jsonld-lint
3538
3639
# - name: Set up Python 3.12
3740
# uses: actions/setup-python@v5

0 commit comments

Comments
 (0)