Skip to content

feat(0.1.4): Update .npmignore and package.json #27

feat(0.1.4): Update .npmignore and package.json

feat(0.1.4): Update .npmignore and package.json #27

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun test