Fix clippy errors + lint, use turbo CI

This commit is contained in:
Jai A
2024-10-18 16:07:35 -07:00
parent 663ab83b08
commit 8dd955563e
186 changed files with 10615 additions and 6433 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
build:
name: Build, Test, and Lint (Turbo)
name: Build, Test, and Lint
runs-on: ubuntu-22.04
steps:
@@ -66,5 +66,8 @@ jobs:
- name: Lint
run: pnpm lint
- name: Start docker compose
run: docker-compose up -d
- name: Test
run: pnpm test