We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7666912 commit bb65a44Copy full SHA for bb65a44
.github/workflows/build.yml
@@ -149,6 +149,10 @@ jobs:
149
touch packages/cms/.env.local
150
echo "BASEHUB_TOKEN=${{ secrets.BASEHUB_TOKEN }}" >> packages/cms/.env.local
151
152
+ # Run Biome linter via ultracite for code quality
153
+ - name: Lint
154
+ run: pnpm lint
155
+
156
# Build all packages and generate bundle size analysis
157
- name: Build with bundle analysis
158
run: pnpm analyze
@@ -160,10 +164,6 @@ jobs:
160
164
name: bundle-analysis
161
165
path: apps/**/.next/analyze/*.html
162
166
163
- # Run Biome linter via ultracite for code quality
- - name: Lint
- run: pnpm lint
-
167
# Ensure TypeScript types are valid across the monorepo
168
- name: Typecheck
169
run: pnpm typecheck
0 commit comments