Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 18: cannot unmarshal !!seq into model.Job
Mayank Shah 69478752a9 CI: Add static checks in GH Actions
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-11-16 12:04:50 +05:30

20 lines
628 B
YAML

name: Static Checks
on:
pull_request: {}
push: {}
jobs:
go_lint:
# Enable once https://github.com/kubernetes-csi/csi-driver-nfs/issues/90 is fixed
# name: Go Lint
# runs-on: ubuntu-18.04
# steps:
# - name: Checkout code
# uses: actions/checkout@master
# - name: Run linter
# uses: golangci/golangci-lint-action@v1
# with:
# version: v1.29
# args: -E=gofmt,golint,misspell --timeout=30m0s
- name: Verify Helm
run: |
hack/verify-helm-chart.sh