Skip to content

Fix support for negative values (#7) #63

Fix support for negative values (#7)

Fix support for negative values (#7) #63

Workflow file for this run

on: [push]
name: Format
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run format:check