Skip to content

Fix/empty effect (#21) #26

Fix/empty effect (#21)

Fix/empty effect (#21) #26

Workflow file for this run

name: Biome
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"
- run: npm ci
- run: npx biome check