Skip to content

Commit

Permalink
ci(eslint): fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Aug 30, 2024
1 parent 80b7fb0 commit ad1f84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: pnpm i

- name: Lint
run: pnpm eslint src/index.ts
run: pnpm eslint src/**/*.ts

0 comments on commit ad1f84e

Please sign in to comment.