added descriptive job names
Code Quality Pipeline / code-quality (pull_request) Failing after 3s
Test Python Package / test (pull_request) Failing after 3s
Type Check / type-check (pull_request) Failing after 3s

This commit is contained in:
Brian Bjarke Jensen
2025-08-28 20:15:44 +02:00
parent 705bb8b6b9
commit 2fe23cc438
7 changed files with 14 additions and 7 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ jobs:
code-quality: code-quality:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: ./.gitea/workflows/setup-python-uv-dependencies.yml - name: Setup Python and UV dependencies
uses: ./.gitea/workflows/setup-python-uv-dependencies.yml
with: with:
python-version: ${{ vars.PYTHON_VERSION }} python-version: ${{ vars.PYTHON_VERSION }}
+2 -1
View File
@@ -9,7 +9,8 @@ jobs:
renovate-like: renovate-like:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: ./.gitea/workflows/setup-python.yml - name: Setup Python
uses: ./.gitea/workflows/setup-python.yml
with: with:
python-version: ${{ vars.PYTHON_VERSION }} python-version: ${{ vars.PYTHON_VERSION }}
+2 -1
View File
@@ -11,7 +11,8 @@ jobs:
build-and-publish: build-and-publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: ./.gitea/workflows/setup-python.yml - name: Setup Python
uses: ./.gitea/workflows/setup-python.yml
with: with:
python-version: ${{ vars.PYTHON_VERSION }} python-version: ${{ vars.PYTHON_VERSION }}
+2 -1
View File
@@ -9,7 +9,8 @@ jobs:
safety: safety:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: ./.gitea/workflows/setup-python-uv-dependencies.yml - name: Setup Python and UV dependencies
uses: ./.gitea/workflows/setup-python-uv-dependencies.yml
with: with:
python-version: ${{ vars.PYTHON_VERSION }} python-version: ${{ vars.PYTHON_VERSION }}
+2 -1
View File
@@ -11,7 +11,8 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }} if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: ./.gitea/workflows/setup-python.yml - name: Setup Python
uses: ./.gitea/workflows/setup-python.yml
with: with:
python-version: ${{ vars.PYTHON_VERSION }} python-version: ${{ vars.PYTHON_VERSION }}
+2 -1
View File
@@ -10,7 +10,8 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: ./.gitea/workflows/setup-python-uv-dependencies.yml - name: Setup Python and UV dependencies
uses: ./.gitea/workflows/setup-python-uv-dependencies.yml
with: with:
python-version: ${{ vars.PYTHON_VERSION }} python-version: ${{ vars.PYTHON_VERSION }}
+2 -1
View File
@@ -10,7 +10,8 @@ jobs:
type-check: type-check:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: ./.gitea/workflows/setup-python-uv-dependencies.yml - name: Setup Python and UV dependencies
uses: ./.gitea/workflows/setup-python-uv-dependencies.yml
with: with:
python-version: ${{ vars.PYTHON_VERSION }} python-version: ${{ vars.PYTHON_VERSION }}