Skip to content

Initial framework creation #1

Initial framework creation

Initial framework creation #1

Workflow file for this run

on: [push, pull_request]
name: Lint
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run build
- run: bun lint