Skip to content

Commit

Permalink
update the command in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi committed Dec 13, 2024
1 parent b1ca754 commit e181d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:

- name: Run JS linting
if: ${{ steps.changed-files.outputs.any_changed == 'true' }}
run: ./node_modules/.bin/10up-toolkit lint-js ${{ steps.changed-files.outputs.all_changed_files }}
run: npm run lint-js ${{ steps.changed-files.outputs.all_changed_files }}

0 comments on commit e181d03

Please sign in to comment.