Skip to content

Commit

Permalink
chore: add golint for checking linting
Browse files Browse the repository at this point in the history
Signed-off-by: Obinna Odirionye <[email protected]>
  • Loading branch information
nerdeveloper committed Aug 28, 2023
1 parent 26e2e63 commit be3327c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
run: make bootstrap
- name: run unit tests
run: make test
- name: lint
uses: golangci/[email protected]
with:
version: latest


- name: build binary
run: make build-linux
- name: run acceptance tests
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
run: make bootstrap
- name: run unit tests
run: make test

- name: lint
uses: golangci/[email protected]
with:
version: latest

- name: build binaries
run: make build-cross
- name: run acceptance tests
Expand Down

0 comments on commit be3327c

Please sign in to comment.