Skip to content

minor reorganization #88

minor reorganization

minor reorganization #88

Workflow file for this run

name: cicd
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
lint:
name: install, lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun i --ignore-scripts --frozen-lockfile
- run: bun lint