BE: dev workflow

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2025-11-14 22:29:32 +11:00
parent 566b263d0a
commit 2e9352dc12

View File

@@ -39,7 +39,7 @@ jobs:
echo "🔍 Checking Python syntax..."
find . -name "*.py" -print0 | xargs -0 -n1 python3 -m py_compile
test:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code