parent
75cf799959
commit
2dd332d9d7
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/check-syntax.yml
Normal file
8
.forgejo/workflows/check-syntax.yml
Normal 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
|
Loading…
Add table
Reference in a new issue