adjust actions + docker containers for prisma

This commit is contained in:
Rdeisenroth 2025-11-08 13:30:57 +01:00
parent 64e33e4e79
commit bc9099a8bb
No known key found for this signature in database
GPG key ID: 197008FA42DE7127
3 changed files with 6 additions and 3 deletions

View file

@ -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