mirror of
https://github.com/kastenhq/kubestr.git
synced 2024-12-14 11:57:56 +00:00
Add linter (#7)
* Add linter * Update go.yml * Update go.yml * Update go.yml * Update go.yml * Update go.yml * Update go.yml
This commit is contained in:
parent
fb9c4659c7
commit
0001b76ca7
1 changed files with 6 additions and 0 deletions
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
|
@ -27,3 +27,9 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
run: go test -v .
|
||||
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v1.2.1
|
||||
with:
|
||||
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
||||
version: v1.31
|
||||
|
|
Loading…
Reference in a new issue