Update build.yml (#359)

just a little bit of grammar correction.
This commit is contained in:
sachi3050
2023-05-28 22:14:01 +05:30
committed by GitHub
parent 0b4031bf24
commit 57f7c47dd1

View File

@@ -33,7 +33,7 @@ jobs:
with: with:
version: latest version: latest
args: release --snapshot --rm-dist args: release --snapshot --rm-dist
- name: Test Binary is Runnable - name: Test if the Binary is Runnable
run: "dist/helm-dashboard_linux_amd64_v1/helm-dashboard --help" run: "dist/helm-dashboard_linux_amd64_v1/helm-dashboard --help"
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@v3.3.1 uses: golangci/golangci-lint-action@v3.3.1
@@ -70,6 +70,6 @@ jobs:
env: env:
CHART_LOCATION: ./charts/helm-dashboard CHART_LOCATION: ./charts/helm-dashboard
CHART_VALUES: ./charts/helm-dashboard/values.yaml CHART_VALUES: ./charts/helm-dashboard/values.yaml
- name: Test Helm plugin install script is runnable - name: Test if the Helm plugin install script is runnable
run: | run: |
scripts/install_plugin.sh scripts/install_plugin.sh