From 88a8f2987fb21a87d1d5078f15ccc2eaab842739 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Sun, 21 Jun 2026 21:46:22 +0200 Subject: [PATCH] Unify workflow job naming --- .gitea/workflows/lint.yaml | 8 ++++---- .gitea/workflows/validate.yaml | 4 ++-- .github/workflows/lint.yaml | 8 ++++---- .github/workflows/validate.yaml | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index d1bdd94..681b0a7 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -11,7 +11,7 @@ jobs: prettier: runs-on: [self-hosted, linux, arch, homelab] steps: - - name: Checkout + - name: Checkout repository uses: actions/checkout@v4 - name: Check formatting with Prettier @@ -26,7 +26,7 @@ jobs: ruff: runs-on: [self-hosted, linux, arch, homelab] steps: - - name: Checkout + - name: Checkout repository uses: actions/checkout@v4 - name: Lint Python with Ruff @@ -41,7 +41,7 @@ jobs: yamllint: runs-on: [self-hosted, linux, arch, homelab] steps: - - name: Checkout + - name: Checkout repository uses: actions/checkout@v4 - name: Lint YAML syntax @@ -56,7 +56,7 @@ jobs: hadolint: runs-on: [self-hosted, linux, arch, homelab] steps: - - name: Checkout + - name: Checkout repository uses: actions/checkout@v4 - name: Lint Dockerfiles diff --git a/.gitea/workflows/validate.yaml b/.gitea/workflows/validate.yaml index 7d1ef3c..f29dddd 100644 --- a/.gitea/workflows/validate.yaml +++ b/.gitea/workflows/validate.yaml @@ -11,7 +11,7 @@ jobs: yaml: runs-on: [self-hosted, linux, arch, homelab] steps: - - name: Checkout + - name: Checkout repository uses: actions/checkout@v4 - name: Lint YAML syntax @@ -26,7 +26,7 @@ jobs: k8s: runs-on: [self-hosted, linux, arch, homelab] steps: - - name: Checkout + - name: Checkout repository uses: actions/checkout@v4 - name: Validate Kubernetes manifests diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d1bdd94..681b0a7 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -11,7 +11,7 @@ jobs: prettier: runs-on: [self-hosted, linux, arch, homelab] steps: - - name: Checkout + - name: Checkout repository uses: actions/checkout@v4 - name: Check formatting with Prettier @@ -26,7 +26,7 @@ jobs: ruff: runs-on: [self-hosted, linux, arch, homelab] steps: - - name: Checkout + - name: Checkout repository uses: actions/checkout@v4 - name: Lint Python with Ruff @@ -41,7 +41,7 @@ jobs: yamllint: runs-on: [self-hosted, linux, arch, homelab] steps: - - name: Checkout + - name: Checkout repository uses: actions/checkout@v4 - name: Lint YAML syntax @@ -56,7 +56,7 @@ jobs: hadolint: runs-on: [self-hosted, linux, arch, homelab] steps: - - name: Checkout + - name: Checkout repository uses: actions/checkout@v4 - name: Lint Dockerfiles diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 7d1ef3c..f29dddd 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -11,7 +11,7 @@ jobs: yaml: runs-on: [self-hosted, linux, arch, homelab] steps: - - name: Checkout + - name: Checkout repository uses: actions/checkout@v4 - name: Lint YAML syntax @@ -26,7 +26,7 @@ jobs: k8s: runs-on: [self-hosted, linux, arch, homelab] steps: - - name: Checkout + - name: Checkout repository uses: actions/checkout@v4 - name: Validate Kubernetes manifests