Skip to content

Commit b51f8a3

Browse files
committed
Update eslint.yml
1 parent c3334e2 commit b51f8a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/eslint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@ jobs:
1818
uses: oven-sh/setup-bun@v2
1919
with:
2020
bun-version: latest
21+
22+
- name: Install dependencies
23+
run: bun install
24+
2125
- name: Run ESLint
22-
run: bunx eslint .
26+
run: bun lint

0 commit comments

Comments
 (0)