Skip to content

Commit

Permalink
ci: fix helm-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emdneto committed Feb 18, 2024
1 parent acd4e6f commit f6d7f80
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/superlinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2

- name: Check Docs
run: |
docker run --rm --volume "$(pwd):/helm-docs" -u "$(id -u)" jnorwood/helm-docs:v1.8.1
if ! git diff --exit-code; then
echo "Documentation not up to date. Please run helm-docs and commit changes!" >&2
exit 1
fi
# - name: Check Docs
# run: |
# docker run --rm --volume "$(pwd):/helm-docs" -u "$(id -u)" jnorwood/helm-docs:v1.8.1
# if ! git diff --exit-code; then
# echo "Documentation not up to date. Please run helm-docs and commit changes!" >&2
# exit 1
# fi

- name: Lint Code Base
uses: docker://github/super-linter:v3.12.0
Expand Down

0 comments on commit f6d7f80

Please sign in to comment.