Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(dependabot): update eslint
  • Loading branch information
GalvinPython committed Jul 12, 2025
commit 188f2ff7c43bc96b3fcbede9ee97b3a3f4e9d6a8
10 changes: 9 additions & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ on:
- "**/*.mjs"
pull_request:
types: [opened, reopened, synchronize]
branches:
- "*"
paths:
- "**/*.js"
- "**/*.jsx"
- "**/*.ts"
- "**/*.tsx"
- "**/*.mjs"

jobs:
lint:
Expand All @@ -29,4 +37,4 @@ jobs:
run: bun install

- name: Run ESLint
run: bun run lint
run: bun run lint