Skip to content

Commit

Permalink
fix: biome check
Browse files Browse the repository at this point in the history
  • Loading branch information
evgongora committed Feb 5, 2025
1 parent dd73382 commit d3029b2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Run Biome format check
working-directory: frontend
run: pnpm exec biome format --check ./src
run: pnpm exec biome format ./src --write=false

- name: Type check
working-directory: frontend
Expand Down Expand Up @@ -120,6 +120,11 @@ jobs:
working-directory: frontend
run: pnpm build
env:
ANALYZE: true
BUNDLE_ANALYZE_MODE: 'static'
BUNDLE_ANALYZE_REPORT: 'bundle-analysis.html'
ANALYZE: 'true'

- name: Upload bundle analysis
uses: actions/upload-artifact@v3
with:
name: bundle-analysis
path: |
frontend/.next/analyze/*.html

0 comments on commit d3029b2

Please sign in to comment.