Skip to content

chore(format): update formatting with prettier three #442

chore(format): update formatting with prettier three

chore(format): update formatting with prettier three #442

Workflow file for this run

name: lint
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun install
- run: bun lint