fix CI: add textual to lint, run docker-build on runner host

This commit is contained in:
Jarian Cottingham 2026-07-04 18:38:55 +00:00
parent 95554d5b6c
commit 4baa21fcbe

View File

@ -23,6 +23,7 @@ jobs:
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
pip3 install ruff mypy pip3 install ruff mypy
pip3 install -e ".[dev]" pip3 install -e ".[dev]"
pip3 install textual
- name: Run ruff - name: Run ruff
run: ruff check . run: ruff check .
@ -53,8 +54,6 @@ jobs:
docker-build: docker-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: gitea-job-image
steps: steps:
- name: Clone repo - name: Clone repo
run: | run: |