We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188f2ff commit a956066Copy full SHA for a956066
.github/workflows/dependabot_bun.yml
@@ -3,9 +3,6 @@ name: Update bun.lock
3
on:
4
pull_request:
5
branches: [main, dev]
6
- paths:
7
- - "bun.lock"
8
- - "package.json"
9
10
permissions:
11
contents: write
.github/workflows/eslint.yml
@@ -12,14 +12,6 @@ on:
12
- "**/*.mjs"
13
14
types: [opened, reopened, synchronize]
15
- branches:
16
- - "*"
17
18
- - "**/*.js"
19
- - "**/*.jsx"
20
- - "**/*.ts"
21
- - "**/*.tsx"
22
- - "**/*.mjs"
23
24
jobs:
25
lint:
@@ -37,4 +29,4 @@ jobs:
37
29
run: bun install
38
30
39
31
- name: Run ESLint
40
- run: bun run lint
32
+ run: bun run lint
0 commit comments