Skip to content

Commit

Permalink
Reorder again
Browse files Browse the repository at this point in the history
Signed-off-by: bakhtin <[email protected]>
  • Loading branch information
bakhtin committed Jul 6, 2023
1 parent 411d2e6 commit 742cf49
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

Expand All @@ -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/[email protected]
with:
Expand Down

0 comments on commit 742cf49

Please sign in to comment.