Update .forgejo/workflows/check-syntax.yml
All checks were successful
/ check (push) Successful in 10s

This commit is contained in:
Nova Cat 2025-01-24 22:41:51 -08:00
parent 6077c270fb
commit 0555acb795

View file

@ -7,4 +7,4 @@ jobs:
with:
additional: python3
- uses: actions/checkout@v4
- run: python -m py_compile server.py
- run: python -m compileall .