Skip to content

feat: falsy instead of hard check #10

feat: falsy instead of hard check

feat: falsy instead of hard check #10

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
NODE_VERSION: 22
PNPM_VERSION: 9
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: ${{ env.PNPM_VERSION }}
- name: Install dependencies
run: pnpm install
- name: Run tests
run: pnpm test