Skip to content

Migrate tsup to tsdown #290

Migrate tsup to tsdown

Migrate tsup to tsdown #290

Workflow file for this run

name: Code quality
on:
pull_request:
branches: [main]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: "1.9.4"
- name: Run Biome
run: biome ci src