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