Skip to content

Commit e4a5451

Browse files
committed
Use new deadcode linter in ci
1 parent 83cacc5 commit e4a5451

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
version: v2.4.0
5151
skip-cache: true
5252
args: "--timeout=3m"
53+
- name: deadcode
54+
run: |
55+
go install golang.org/x/tools/cmd/deadcode@latest
56+
make deadcode
5357
5458
test-with-go:
5559
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)