Skip to content

fix: fix format

fix: fix format #43

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: use node.js
uses: actions/setup-node@v3
with:
node-version: '22.x'
cache: 'npm'
- run: npm ci
- run: npm run test