Skip to content

Commit

Permalink
Checking
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Cronin <[email protected]>
  • Loading branch information
bcronin90 committed Jun 22, 2023
1 parent 8096fea commit b3d1be9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,18 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: |
cd ${{ github.workspace }}
git status
- uses: addnab/docker-run-action@v3
with:
image: jnorwood/helm-docs:v1.10.0
options: -v ${{ github.workspace }}/charts:/helm-docs
run: helm-docs

- run: |
cd ${{ github.workspace }}
if [[ -n `git status --porcelain` ]]; then
echo "Helm chart docs not up-to-date"
exit 1
Expand Down

0 comments on commit b3d1be9

Please sign in to comment.