Skip to content

Fix a bug in the prompt where n was ignored if y was the default. #127

Fix a bug in the prompt where n was ignored if y was the default.

Fix a bug in the prompt where n was ignored if y was the default. #127

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: make test
- run: make lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: make build