Skip to content

Commit

Permalink
gha pipelines wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-medvedev-codefresh committed May 18, 2024
1 parent a192eaf commit 7c0a463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run docs-testing (helm-docs)
id: helm-docs
run: |
./scripts/helm-docs.sh
./script/helm-docs.sh
if [[ $(git diff --stat) != '' ]]; then
echo -e '\033[0;31mDocumentation outdated!\033[0m ❌'
git diff --color
Expand Down

0 comments on commit 7c0a463

Please sign in to comment.