🏗️ Rename jobs in workflow files for clarity

This commit is contained in:
2025-03-09 11:39:31 +01:00
parent 7073e2d964
commit 94c09f389a
2 changed files with 2 additions and 2 deletions

View File

@@ -3,9 +3,9 @@ name: Quality Checks
on: on:
workflow_call: workflow_call:
jobs: jobs:
publish: publish:
name: Publish to PyPI
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: pypi environment: pypi
steps: steps:

View File

@@ -3,9 +3,9 @@ name: Quality Checks
on: on:
workflow_call: workflow_call:
jobs: jobs:
check-license-header: check-license-header:
name: License Header Check
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository