fix CI: add textual to lint, run docker-build on runner host
This commit is contained in:
parent
95554d5b6c
commit
4baa21fcbe
@ -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: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user