Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Commit 8134a34

Browse files
anishathalyejwmuelleraxl1313maxbuchan
committed
Initial commit
Co-authored-by: Jonas Mueller <[email protected]> Co-authored-by: Angela <[email protected]> Co-authored-by: Max Buchan <[email protected]>
0 parents  commit 8134a34

File tree

268 files changed

+35539
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+35539
-0
lines changed

.github/workflows/ci.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: CI
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: '0 8 * * 6'
7+
jobs:
8+
typecheck:
9+
name: Type check
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: astral-sh/setup-uv@v5
14+
- run: cd backend && uv run mypy --strict .
15+
fmt:
16+
name: Format and lint
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/checkout@v4
20+
- uses: astral-sh/setup-uv@v5
21+
- run: cd backend && uv run ruff check

README.md

Lines changed: 302 additions & 0 deletions
Large diffs are not rendered by default.

assets/1-expand.png

68.8 KB
Loading

assets/1-logs.png

339 KB
Loading

assets/1-web-ui.png

187 KB
Loading
196 KB
Loading
116 KB
Loading

assets/2-brandsafety.png

298 KB
Loading

assets/2a-expand.png

401 KB
Loading

assets/2a-modes.png

184 KB
Loading

0 commit comments

Comments
 (0)