Skip to content

Clean

Clean #2

Workflow file for this run

name: lint
on:
pull_request:
types:
- opened
- edited
- synchronize
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun i --frozen-lockfile
- run: bun run lint:prettier