Skip to content

Commit

Permalink
CI: Add static checks in GH Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Shah <[email protected]>
  • Loading branch information
mayankshah1607 committed Nov 16, 2020
1 parent 934c450 commit 6947875
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/static.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6947875

Please sign in to comment.