added descriptive job names
This commit is contained in:
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user