fixed using reusable workflows
Code Quality Pipeline / Setup Python and UV dependencies (pull_request) Successful in 17s
Code Quality Pipeline / code-quality (pull_request) Failing after 4s
Test Python Package / Setup Python and UV dependencies (pull_request) Successful in 18s
Test Python Package / test (pull_request) Failing after 3s
Type Check / Setup Python and UV dependencies (pull_request) Successful in 17s
Type Check / type-check (pull_request) Failing after 4s

This commit is contained in:
Brian Bjarke Jensen
2025-08-28 20:25:21 +02:00
parent 2fe23cc438
commit cb036da997
6 changed files with 36 additions and 25 deletions
+6 -5
View File
@@ -7,14 +7,15 @@ on:
pull_request:
jobs:
setup-python-uv-dependencies:
name: Setup Python and UV dependencies
uses: ./.gitea/workflows/setup-python-uv-dependencies.yml
with:
python-version: ${{ vars.PYTHON_VERSION }}
code-quality:
runs-on: ubuntu-latest
steps:
- name: Setup Python and UV dependencies
uses: ./.gitea/workflows/setup-python-uv-dependencies.yml
with:
python-version: ${{ vars.PYTHON_VERSION }}
- name: Ruff lint
run: ruff check .