Norrisizer/.forgejo/workflows/ci.yml
tmk3ki f388f74051
Some checks failed
CI / check (push) Failing after 14s
Add CI: pip install + py_compile check
2026-07-26 19:16:44 +09:00

15 lines
265 B
YAML

name: CI
on:
push:
pull_request:
jobs:
check:
runs-on: docker
container:
image: python:3.12-slim
steps:
- uses: actions/checkout@v4
- run: pip install --no-cache-dir -r requirements.txt
- run: python -m py_compile app.py