Skip to content

Merge pull request #15 from toiroakr/fix/nullish #10

Merge pull request #15 from toiroakr/fix/nullish

Merge pull request #15 from toiroakr/fix/nullish #10

Workflow file for this run

name: Biome
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
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