release: nexus btpanel session fix and app-v2

This commit is contained in:
Codex Release Bot
2026-07-08 22:31:31 +08:00
commit 1933f0af6e
2457 changed files with 350105 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
name: Nexus Pre-commit Checks
on:
push:
branches: ["*"]
jobs:
quick-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install ruff
- name: Quick lint
run: ruff check server/ --select=E,F,W --diff