Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ jobs:
- name: 📦 Install dependencies
run: bun install

- name: 🧪 Run tests
run: bun test

- name: 🔍 Lint and format check
run: bun run check

- name: 🔎 Typecheck
run: bun run typecheck
Comment thread
MarcelOlsen marked this conversation as resolved.

- name: 🧪 Run tests
run: bun test

- name: 🏗️ Test build
run: bun run build

Expand Down
13 changes: 0 additions & 13 deletions .trae/rules/project_rules.md

This file was deleted.

6 changes: 6 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
"noUnusedImports": "error",
"noUnusedVariables": "error"
},
"complexity": {
"useLiteralKeys": "off"
},
"style": {
"noNonNullAssertion": "error"
},
Comment thread
MarcelOlsen marked this conversation as resolved.
"security": {
"noGlobalEval": "warn"
}
Expand Down
23 changes: 19 additions & 4 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading