Skip to content

Commit

Permalink
Update eslint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
criss8X authored Mar 30, 2024
1 parent b90f240 commit 4feb38d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ jobs:
with:
node-version: '16'

- name: Install dependencies
run: npm install

- name: Run ESLint
run: npx eslint .
run: npx eslint --fix . --ext .ts,.tsx

continue-on-error: true

0 comments on commit 4feb38d

Please sign in to comment.