From 8652606dbbc8399e59a0323a394337c12a00fa99 Mon Sep 17 00:00:00 2001 From: perust <79400898+perust@users.noreply.github.com> Date: Sun, 28 Jun 2026 10:34:00 +0000 Subject: [PATCH] Add CI workflow --- .github/workflows/ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..44459f0 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,16 @@ +name: CI + +on: + push: + branches: [main] + pull_request: + +jobs: + python-compile: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: '3.12' + - run: python -m compileall -q web_version desktop_version