Skip to content

chore(*): added ci

chore(*): added ci #2

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-and-test:
name: Lint and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run lint
- run: nohup bun run dev & && bun run test