Skip to content

Commit

Permalink
fix: try go-linter
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Samir <[email protected]>
  • Loading branch information
asamirr committed Oct 8, 2023
1 parent 39fefe3 commit cee6ab8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build_test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,10 @@ jobs:
go-version: 1.21

# FIXME: https://github.com/golangci/golangci-lint-action/issues/677
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
- name: golint
uses: Jerome1337/golint-action@v1.0.2
with:
version: latest
skip-cache: true
skip-pkg-cache: true
args: --verbose --timeout=3m
golint-path: './''
- name: Install dependencies
run: go mod download
Expand Down

0 comments on commit cee6ab8

Please sign in to comment.