Skip to content

chore(schemas): tweaks to the schema generator #8

chore(schemas): tweaks to the schema generator

chore(schemas): tweaks to the schema generator #8

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