Skip to content

Commit aba9508

Browse files
committed
Update lint-typescript.yml
1 parent 4d73620 commit aba9508

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint-typescript.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
- name: Install npm dependencies (bun)
6060
run: bun install
6161

62+
- name: Run ESLint with auto-fix in root
63+
working-directory: .
64+
run: bun lint
6265
- name: Run ESLint with auto-fix in example/
6366
working-directory: example
6467
run: bun lint

0 commit comments

Comments
 (0)