Skip to content

Commit

Permalink
Simplify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paleite committed Aug 1, 2022
1 parent 39194fa commit 6eff482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint-plugin-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
yarn link
yarn link "eslint-plugin-diff"
- name: Run ESLint on your changes only
run: npx --no-install eslint --ext .js,.jsx,.ts,.tsx .
run: yarn run lint

0 comments on commit 6eff482

Please sign in to comment.