Skip to content

feat: add .npmignore #1

feat: add .npmignore

feat: add .npmignore #1

Workflow file for this run

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