Skip to content

fix: as value is an array we need to spread it otherwise the function being call will just receive an array #735

fix: as value is an array we need to spread it otherwise the function being call will just receive an array

fix: as value is an array we need to spread it otherwise the function being call will just receive an array #735

Workflow file for this run

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