Skip to content

Commit

Permalink
#163: Removed standalone run of staticcheck outside of golintci
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-glushko committed Mar 17, 2024
1 parent a9cc234 commit 739d960
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ jobs:
go-version: "1.22"
check-latest: true

- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest

- name: Install nilaway
run: go install go.uber.org/nilaway/cmd/nilaway@latest

Expand All @@ -85,9 +82,6 @@ jobs:
version: latest
args: --timeout 5m

- name: Staticcheck
run: staticcheck ./...

# TODO: Ignore the issue in https://github.com/modelgateway/Glide/issues/32
# - name: Nilaway
# run: nilaway ./...
Expand Down

0 comments on commit 739d960

Please sign in to comment.