We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10140e9 commit 5eac976Copy full SHA for 5eac976
1 file changed
.github/workflows/main.yml
@@ -45,14 +45,12 @@ jobs:
45
run: pnpm install --frozen-lockfile
46
- name: Generate & push prisma schema 🪄
47
run: pnpm prisma db push
48
- - name: Lint 🔍
+ - name: Lint (oxlint) 🔍
49
run: pnpm run lint
50
- - name: Prettier 🔍
51
- run: pnpm run prettycheck
52
- - name: Debug 🔍
53
- run: ls -la node_modules
+ - name: Format (oxfmt) 🔍
+ run: pnpm run format:check
54
- name: TypeScript 🔍
55
- run: pnpm run typecheck
+ run: pnpm run check
56
- name: Vitest 🔍
57
run: pnpm run spec
58
build:
0 commit comments