adjust actions + docker containers for prisma
This commit is contained in:
parent
64e33e4e79
commit
bc9099a8bb
3 changed files with 6 additions and 3 deletions
3
.github/workflows/check-lint.yml
vendored
3
.github/workflows/check-lint.yml
vendored
|
|
@ -27,5 +27,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: bun install
|
||||
|
||||
- name: Generate Prisma client
|
||||
run: bun prisma generate
|
||||
|
||||
- name: Run lint
|
||||
run: bun run lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue