Skip to content

Commit 040a22c

Browse files
Revert back to npm.
1 parent b0b0bcf commit 040a22c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
extra_args: '--report-json=./phpcs.json'
2121
- name: Update summary
2222
run: |
23-
npx i -g github:10up/phpcs-json-to-md
23+
npm i -g github:10up/phpcs-json-to-md
2424
phpcs-json-to-md --path ./phpcs.json --output ./phpcs.md
2525
cat phpcs.md >> $GITHUB_STEP_SUMMARY
2626
if: always()

0 commit comments

Comments
 (0)