From c3bb4ad2f9531420881dae6b5142cf60ac6fc7b2 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Tue, 7 Apr 2026 10:22:46 +0100 Subject: [PATCH] add CI workflow --- .gitea/workflows/ci.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitea/workflows/ci.yaml diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml new file mode 100644 index 0000000..20a373a --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -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