From 742cf49e9f0e83c19d2393e37a944feeb56b4480 Mon Sep 17 00:00:00 2001
From: bakhtin
Date: Thu, 6 Jul 2023 16:02:01 +0100
Subject: [PATCH] Reorder again
Signed-off-by: bakhtin
---
.github/workflows/pr.yaml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml
index 3463bae8..b071e1d1 100644
--- a/.github/workflows/pr.yaml
+++ b/.github/workflows/pr.yaml
@@ -33,6 +33,14 @@ jobs:
with:
python-version: "3.11"
+ - name: Install pre-commit and helm-docs
+ run: |
+ pip install pre-commit==3.3.3
+ curl -fSsL -o - https://github.com/norwoodj/helm-docs/releases/download/v1.11.0/helm-docs_1.11.0_Linux_x86_64.tar.gz | tar -xz -C /usr/local/bin helm-docs
+
+ - name: Run pre-commit hooks
+ run: pre-commit run --all-files
+
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.3.1
@@ -56,14 +64,6 @@ jobs:
--charts ${{ steps.list-changed.outputs.changed }}
if: steps.list-changed.outputs.changed
- - name: Install pre-commit and helm-docs
- run: |
- pip install pre-commit==3.3.3
- curl -fSsL -o - https://github.com/norwoodj/helm-docs/releases/download/v1.11.0/helm-docs_1.11.0_Linux_x86_64.tar.gz | tar -xz -C /usr/local/bin helm-docs
-
- - name: Run pre-commit hooks
- run: pre-commit run --all-files
-
- name: Create kind cluster
uses: helm/kind-action@v1.7.0
with: