Skip to content

fix: Change lint file to bun #4

fix: Change lint file to bun

fix: Change lint file to bun #4

Workflow file for this run

name: Lint
on: push
jobs:
my-job:
name: my-job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run lint