testing ci using external forgejo runner #84

Merged
zach merged 21 commits from forgejo-workflows into main 2026-05-16 01:26:00 +02:00
Showing only changes of commit 17fef78672 - Show all commits
+2
View File
@@ -24,6 +24,8 @@ jobs:
- name: Python sanity check
run: |
python3 --version
python3 -m venv .venv
. .venv/bin/activate
pip install --no-cache-dir ruff
ruff check . || true