Skip to content

refractor: optimize package description and help command (#13) #25

refractor: optimize package description and help command (#13)

refractor: optimize package description and help command (#13) #25

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun install
- run: bun test