Skip to content

chore: remove build from test #44

chore: remove build from test

chore: remove build from test #44

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