add CI workflow

This commit is contained in:
Fam Zheng 2026-04-07 10:22:46 +01:00
parent 3c4a66183e
commit c3bb4ad2f9

11
.gitea/workflows/ci.yaml Normal file
View File

@ -0,0 +1,11 @@
name: CI
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Lint
run: uv run python -m py_compile main.py config.py gitea.py workspace.py