Skip to content

Commit a956066

Browse files
committed
revert: nevermind, removing this from pull requests means no checks
1 parent 188f2ff commit a956066

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/dependabot_bun.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Update bun.lock
33
on:
44
pull_request:
55
branches: [main, dev]
6-
paths:
7-
- "bun.lock"
8-
- "package.json"
96

107
permissions:
118
contents: write

.github/workflows/eslint.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ 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"
2315

2416
jobs:
2517
lint:
@@ -37,4 +29,4 @@ jobs:
3729
run: bun install
3830

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

0 commit comments

Comments
 (0)