Skip to content

Commit 188f2ff

Browse files
committed
chore(dependabot): update eslint
1 parent d0a85ef commit 188f2ff

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/eslint.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ on:
1212
- "**/*.mjs"
1313
pull_request:
1414
types: [opened, reopened, synchronize]
15+
branches:
16+
- "*"
17+
paths:
18+
- "**/*.js"
19+
- "**/*.jsx"
20+
- "**/*.ts"
21+
- "**/*.tsx"
22+
- "**/*.mjs"
1523

1624
jobs:
1725
lint:
@@ -29,4 +37,4 @@ jobs:
2937
run: bun install
3038

3139
- name: Run ESLint
32-
run: bun run lint
40+
run: bun run lint

0 commit comments

Comments
 (0)