Skip to content

Commit bb65a44

Browse files
author
Umutcan ÖNER
committed
ci: fix build workflow by running lint before analyze
1 parent 7666912 commit bb65a44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ jobs:
149149
touch packages/cms/.env.local
150150
echo "BASEHUB_TOKEN=${{ secrets.BASEHUB_TOKEN }}" >> packages/cms/.env.local
151151
152+
# Run Biome linter via ultracite for code quality
153+
- name: Lint
154+
run: pnpm lint
155+
152156
# Build all packages and generate bundle size analysis
153157
- name: Build with bundle analysis
154158
run: pnpm analyze
@@ -160,10 +164,6 @@ jobs:
160164
name: bundle-analysis
161165
path: apps/**/.next/analyze/*.html
162166

163-
# Run Biome linter via ultracite for code quality
164-
- name: Lint
165-
run: pnpm lint
166-
167167
# Ensure TypeScript types are valid across the monorepo
168168
- name: Typecheck
169169
run: pnpm typecheck

0 commit comments

Comments
 (0)