Update .forgejo/workflows/check-syntax.yml

This commit is contained in:
Nova Cat 2025-01-20 23:05:36 -08:00
parent ca3c188945
commit 122f31c04d

View file

@ -1,8 +1,11 @@
name: Check syntax
on: [push,workflow_dispatch]
on: [push,pull_request,workflow_dispatch]
jobs:
check:
runs-on: debian-latest
runs-on: alpine
steps:
- uses: https://git.swee.codes/swee/setup-alpine@main
with:
additional: python3
- uses: actions/checkout@v4
- run: python -m py_compile server.py