Skip to content

Update and rename main.yml to lint.yml #1

Update and rename main.yml to lint.yml

Update and rename main.yml to lint.yml #1

Workflow file for this run

name: lint
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
# run any `bun` or `bunx` command
- run: bun install
- run: bun index.ts
- run: bun run build