Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ jobs:

- name: Install helm
if: steps.changed-files.outputs.any_changed == 'true'
uses: azure/setup-helm@v3.3
uses: azure/setup-helm@v3.4
with:
version: "v3.10.1"
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install helm kubeval plugin
Expand Down
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
lib/vscode
lib/vscode-reh-web-linux-x64
release-standalone
release
helm-chart
test/scripts
test/e2e/extensions/test-extension
Expand Down