Add .forgejo/workflows/check-syntax.yml
All checks were successful
Check syntax / check (push) Successful in 7s

This commit is contained in:
Nova Cat 2024-12-18 16:55:47 -08:00
parent 75cf799959
commit 2dd332d9d7

View file

@ -0,0 +1,8 @@
name: Check syntax
on: [push]
jobs:
check:
runs-on: debian-latest
steps:
- uses: actions/checkout@v4
- run: python -m py_compile server.py