Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 004f02d

Browse files
authoredOct 28, 2022
Merge branch 'main' into jsjoeio/update-starting-page
2 parents 29dea06 + ca182b9 commit 004f02d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,8 @@ jobs:
8383
8484
- name: Install helm
8585
if: steps.changed-files.outputs.any_changed == 'true'
86-
uses: azure/setup-helm@v3.3
86+
uses: azure/setup-helm@v3.4
8787
with:
88-
version: "v3.10.1"
8988
token: ${{ secrets.GITHUB_TOKEN }}
9089

9190
- name: Install helm kubeval plugin

‎.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
lib/vscode
2+
lib/vscode-reh-web-linux-x64
3+
release-standalone
4+
release
25
helm-chart
36
test/scripts
47
test/e2e/extensions/test-extension

0 commit comments

Comments
 (0)
Please sign in to comment.