Skip to content

Commit f140591

Browse files
committed
fix ci
1 parent 3b6d087 commit f140591

4 files changed

Lines changed: 19 additions & 28 deletions

File tree

.github/workflows/asakatsu-bot@ci.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@ defaults:
77
jobs:
88
type-check:
99
runs-on: ubuntu-latest
10+
defaults:
11+
run:
12+
working-directory: bots/asakatsu-bot
1013
steps:
1114
- uses: actions/checkout@v6
1215
- uses: oven-sh/setup-bun@v2
1316
with:
1417
bun-version: 1.3.0
1518
- run: bun install --frozen-lockfile
1619
- run: bun ci
17-
biome:
18-
runs-on: ubuntu-latest
19-
steps:
20-
- uses: actions/checkout@v6
21-
- uses: biomejs/setup-biome@v2
22-
- run: biome check

.github/workflows/auto-moderator@ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@ defaults:
77
jobs:
88
type-check:
99
runs-on: ubuntu-latest
10+
defaults:
11+
run:
12+
working-directory: bots/auto-moderator
1013
steps:
1114
- uses: actions/checkout@v6
1215
- uses: oven-sh/setup-bun@v2
1316
with:
1417
bun-version: 1.2.5
1518
- run: bun install --frozen-lockfile
1619
- run: bun ci
17-
biome:
18-
runs-on: ubuntu-latest
19-
steps:
20-
- uses: actions/checkout@v6
21-
- uses: biomejs/setup-biome@v2
22-
- run: biome check

.github/workflows/biome.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on:
2+
- push
3+
- pull_request
4+
defaults:
5+
run:
6+
working-directory: bots/asakatsu-bot
7+
jobs:
8+
biome:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v6
12+
- uses: biomejs/setup-biome@v2
13+
- run: biome check

bots/gsc-report/.github/workflows/report.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)