Skip to content

Commit

Permalink
Probably fixes linting (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 authored Nov 20, 2023
1 parent 8d8e36b commit 18ee5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
run: yarn install --immutable

- name: Run ESLint
run: eslint ./src --ext .js,.jsx,.ts,.tsx
run: yarn eslint ./src --ext .js,.jsx,.ts,.tsx

0 comments on commit 18ee5d6

Please sign in to comment.