Skip to content

Commit 00b94ad

Browse files
committed
refactor: move bot to worker dir
1 parent bb008c3 commit 00b94ad

25 files changed

+12
-13
lines changed

.github/workflows/quality.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ jobs:
1717

1818
- name: Install deps
1919
run: yarn --immutable
20+
working-directory: ./app
2021

2122
- name: Build the code
2223
run: yarn run build
24+
working-directory: ./app
2325

2426
- name: Run ESLint
2527
run: yarn run lint
28+
working-directory: ./app

.gitignore

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
/**/node_modules
2-
.dev.vars
3-
.wrangler
1+
worker/node_modules
42

5-
coverage
6-
/**/dist
7-
/**/.turbo
3+
worker/.dev.vars
4+
worker/.wrangler
85

9-
.yarn/*
10-
!.yarn/patches
11-
!.yarn/plugins
12-
!.yarn/releases
13-
!.yarn/sdks
14-
!.yarn/versions
15-
.pnp.*
6+
worker/.yarn/*
7+
!worker/.yarn/patches
8+
!worker/.yarn/plugins
9+
!worker/.yarn/releases
10+
!worker/.yarn/sdks
11+
!worker/.yarn/versions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)