Skip to content

Commit

Permalink
update ci to npx
Browse files Browse the repository at this point in the history
  • Loading branch information
TMisiukiewicz committed Jul 9, 2024
1 parent ddf81c4 commit cba106e
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 @@ -24,7 +24,7 @@ jobs:
uses: ./.github/actions/composite/setupNode

- name: Lint JavaScript and Typescript with ESLint
run: npm run lint
run: npx --no-install eslint --ext .js,.jsx,.ts,.tsx .
env:
ESLINT_PLUGIN_DIFF_COMMIT: ${{ github.event.pull_request.base.ref }}
CI: true
Expand Down

0 comments on commit cba106e

Please sign in to comment.