Skip to content

remove cringe

remove cringe #8

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
vitest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 20
- name: install deps
run: npm install --no-audit --no-fund
- name: run vitest
env:
CI: true
run: npx vitest run