Skip to content

Update linting, add CI, and fix up some things. #1

Update linting, add CI, and fix up some things.

Update linting, add CI, and fix up some things. #1

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 setup
- run: make lint