Skip to content

fix: resolve bugs and improve performance across TS and Python c… #49

fix: resolve bugs and improve performance across TS and Python c…

fix: resolve bugs and improve performance across TS and Python c… #49

Workflow file for this run

name: Biome Lint
permissions:
contents: read
packages: read
on:
push:
branches: [main]
paths:
- '.github/workflows/biome.yml'
- 'src/**/*.ts'
- '__tests__/**/*.ts'
- 'biome.json'
- 'package.json'
- 'yarn.lock'
pull_request:
branches: [main]
paths:
- '.github/workflows/biome.yml'
- 'src/**/*.ts'
- '__tests__/**/*.ts'
- 'biome.json'
- 'package.json'
- 'yarn.lock'
jobs:
biome:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '20'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Biome
run: yarn biome