Skip to content

ci: add nexjs-bundle-analysis #15

ci: add nexjs-bundle-analysis

ci: add nexjs-bundle-analysis #15

Workflow file for this run

name: Code check
on:
pull_request:
branches: ["*"]
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
- name: Run Biome
run: biome ci --reporter=github .