Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 74afe32

Browse files
committed
remove redundant npx
1 parent b9bcc89 commit 74afe32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jsonlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
sudo npm install -g jsonlint
2121
- name: Lint with jsonlint
2222
run: |
23-
for file in ${{ env.GIT_DIFF }}; do npx jsonlint $file; done
23+
for file in ${{ env.GIT_DIFF }}; do jsonlint $file; done
2424
if: env.GIT_DIFF

0 commit comments

Comments
 (0)