Skip to content

fix: correct ts build configuration #47

fix: correct ts build configuration

fix: correct ts build configuration #47

Workflow file for this run

---
name: test
on:
- push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: "current"
- run: npm install
- run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: "current"
- run: npm install
- run: npm run test