Skip to content

Commit

Permalink
Get rid of go vet and golangci-lint for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
illinoisrobert committed Jan 25, 2024
1 parent a563368 commit c16e0da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Build
run: go build ./...

- name: Run go vet
run: go vet ./...
## - name: Run go vet
## run: go vet ./...

- name: Detect ineffectual assignments
run: go run github.com/gordonklaus/ineffassign@latest ./...
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
with:
go-version: '1.20'
cache: false
- name never-mind
run: echo 'this step has been temporarily disabled.'
- name: never-mind
run: echo 'this step has been temporarily disabled.'

## - name: golangci-lint
## uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit c16e0da

Please # to comment.