Skip to content

feat!: Update to flat config #22

feat!: Update to flat config

feat!: Update to flat config #22

Workflow file for this run

name: Build
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: mskelton/setup-bun@v1
- run: bun lint
format:
runs-on: ubuntu-latest
steps:
- uses: mskelton/setup-bun@v1
- run: bun prettier --check .