Skip to content

Commit 78fc012

Browse files
authored
Update helm-linter-inline.yml
1 parent 6976fbd commit 78fc012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm-linter-inline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66

77
jobs:
8-
linkChecker:
8+
helmLinter:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
@@ -50,4 +50,4 @@ jobs:
5050
#
5151
# - name: Lint Helm chart
5252
# if: steps.changed-files.outputs.any_changed == 'true'
53-
# run: helm kubeval ci/helm-chart
53+
# run: helm kubeval ci/helm-chart

0 commit comments

Comments
 (0)