Skip to content

docs(readme): added notice for authentication #12

docs(readme): added notice for authentication

docs(readme): added notice for authentication #12

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