Skip to content

Commit

Permalink
Add some names to the worflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
florianrusch-zf committed Nov 9, 2023
1 parent c547661 commit a20b390
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/chart-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,18 @@ jobs:
verify-helm-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4

- uses: addnab/docker-run-action@v3
- name: Run helm docs command
uses: addnab/docker-run-action@v3
with:
image: jnorwood/helm-docs:v1.11.3
options: -v ${{ github.workspace }}/charts:/helm-docs
run: helm-docs

- run: |
- name: Verify that no changes are required
run: |
if $(git diff --quiet --exit-code); then
echo "Helm chart docs up to date"
else
Expand Down

0 comments on commit a20b390

Please sign in to comment.