Skip to content

Commit 5eac976

Browse files
committed
ci: update workflow for oxlint/oxfmt and prisma 7
1 parent 10140e9 commit 5eac976

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,12 @@ jobs:
4545
run: pnpm install --frozen-lockfile
4646
- name: Generate & push prisma schema 🪄
4747
run: pnpm prisma db push
48-
- name: Lint 🔍
48+
- name: Lint (oxlint) 🔍
4949
run: pnpm run lint
50-
- name: Prettier 🔍
51-
run: pnpm run prettycheck
52-
- name: Debug 🔍
53-
run: ls -la node_modules
50+
- name: Format (oxfmt) 🔍
51+
run: pnpm run format:check
5452
- name: TypeScript 🔍
55-
run: pnpm run typecheck
53+
run: pnpm run check
5654
- name: Vitest 🔍
5755
run: pnpm run spec
5856
build:

0 commit comments

Comments
 (0)