Skip to content

fix types to use module augmentation instead of @ts-ignore #31

fix types to use module augmentation instead of @ts-ignore

fix types to use module augmentation instead of @ts-ignore #31

Workflow file for this run

name: Check Code Formatting
on:
pull_request:
branches:
- main
jobs:
checks-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run format