Simplified workflows.
Testing zangramru / lint (push) Successful in 31s
Testing zangramru / pytest (push) Failing after 16s

Signed-off-by: Pavel Kirilin <s3riussan@gmail.com>
This commit is contained in:
2026-07-01 13:22:46 +02:00
parent c2640c2bc3
commit 4306676699
6 changed files with 34 additions and 30 deletions
+1
View File
@@ -25,6 +25,7 @@ jobs:
push: true
file: ./Dockerfile
platforms: linux/amd64
target: prod
tags: |
gitea.le-memese.com/s3rius/zangramru:latest
gitea.le-memese.com/s3rius/zangramru:${{ gitea.ref_name }}
+1 -9
View File
@@ -4,12 +4,6 @@ on: push
jobs:
lint:
strategy:
matrix:
cmd:
- ruff-format
- ruff
- mypy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -22,13 +16,11 @@ jobs:
- name: Install deps
run: uv sync
- name: Run lint check
run: uv run pre-commit run -a ${{ matrix.cmd }}
run: uv run pre-commit run -a
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create .env
run: touch .env
- name: Set up Python
uses: actions/setup-python@v6
with: