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

Commit

Permalink
remove redundant npx
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanrai05 committed Jul 24, 2020
1 parent 211ecd8 commit 50699fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jsonlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
sudo npm install -g jsonlint
- name: Lint with jsonlint
run: |
for file in ${{ env.GIT_DIFF }}; do npx jsonlint $file; done
for file in ${{ env.GIT_DIFF }}; do jsonlint $file; done
if: env.GIT_DIFF

0 comments on commit 50699fd

Please sign in to comment.