From 5c2e7b23e2c2cfe28e03d13ec190c1c97f881702 Mon Sep 17 00:00:00 2001 From: perust <79400898+perust@users.noreply.github.com> Date: Sun, 28 Jun 2026 10:34:44 +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..0183d9f --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,16 @@ +name: CI + +on: + push: + branches: [master] + 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 SWLRecoveryDocu