Skip to content

fix: added prettier eslint plugin and cleaned up scripts + workflow s… #1

fix: added prettier eslint plugin and cleaned up scripts + workflow s…

fix: added prettier eslint plugin and cleaned up scripts + workflow s… #1

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.24
- run: bun install
- run: bun lint