Skip to content

style: apply fmt

style: apply fmt #179

Workflow file for this run

name: Tests
on:
push:
branches:
- master
- master/*
paths:
- src/**.ts
- package.json
- tsconfig.json
- .github/workflows/**.yml
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: |
npm install --silent
npm test