Skip to content

fix: updating package json #16

fix: updating package json

fix: updating package json #16

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun i
- run: bun run lint
- run: bun run test