initial-commit-fix-CI #1

Merged
brian merged 14 commits from initial-commit-fix-CI into main 2025-08-28 21:48:15 +02:00
7 changed files with 14 additions and 7 deletions
Showing only changes of commit 2fe23cc438 - Show all commits
+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 }}