Skip to content

Commit 3fd381a

Browse files
authored
Update template.yaml
1 parent 6c77d85 commit 3fd381a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/template.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18-
with:
19-
fetch-depth: 0
2018

2119
- name: Set up Helm
2220
uses: azure/setup-helm@v4
@@ -27,6 +25,7 @@ jobs:
2725
run: |
2826
helm dependency build ./charts/testkube
2927
helm lint ./charts/testkube
28+
helm tenplate ./charts/testkube
3029
3130
# - name: helm-check
3231
# uses: igabaydulin/[email protected]

0 commit comments

Comments
 (0)