Skip to content

Commit

Permalink
Removed deadcode as per overmindtech/golangci-lint_config#4
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Nov 12, 2024
1 parent 4d60107 commit ee91c67
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ jobs:
- name: Go Init
uses: ./.github/actions/go_init

- name: find deadcode
run: |
go install golang.org/x/tools/cmd/deadcode@latest
deadcode . | tee out && [ ! -s out ]
# get .golangci.yml from github.com/overmindtech/golangci-lint_config
- name: Get .golangci.yml from github.com/overmindtech/golangci-lint_configs
run: |
Expand Down

0 comments on commit ee91c67

Please sign in to comment.