Use prebuilt Docker image for Gitea workflows
All checks were successful
Test blackout notifier / test (push) Successful in 4s

This commit is contained in:
Meghdad
2026-07-17 19:49:15 +03:30
parent 4218e4ac36
commit c23e8b98f7
5 changed files with 85 additions and 25 deletions

View File

@@ -10,18 +10,14 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container:
image: daily-blackout-check-runner:latest
env:
PYTHONPATH: src
steps:
- name: Check out repository
uses: https://gitea.com/actions/checkout@v4
- name: Set up Python
uses: https://gitea.com/actions/setup-python@v5
with:
python-version: "3.13"
- name: Install project
run: python -m pip install -e '.[test]'
- name: Lint
run: ruff check .