Skip to content

fix: prevent Worker hangs, SSR crash, and undefined .includes() error… #147

fix: prevent Worker hangs, SSR crash, and undefined .includes() error…

fix: prevent Worker hangs, SSR crash, and undefined .includes() error… #147

Workflow file for this run

name: Code quality
on:
push:
pull_request:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: 2.1.1
- name: Run Biome
run: biome ci .