Skip to content

chore(deps): upgraded to treaty 2 #11

chore(deps): upgraded to treaty 2

chore(deps): upgraded to treaty 2 #11

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