Add .forgejo/workflows/check-syntax.yml
All checks were successful
Check syntax / check (push) Successful in 7s
All checks were successful
Check syntax / check (push) Successful in 7s
This commit is contained in:
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…
Reference in a new issue