ci: install staticcheck
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
@@ -23,9 +23,10 @@ jobs:
|
||||
- name: Install libolm
|
||||
run: sudo apt-get install libolm-dev libolm3
|
||||
|
||||
- name: Install goimports
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
go install golang.org/x/tools/cmd/goimports@latest
|
||||
go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||
export PATH="$HOME/go/bin:$PATH"
|
||||
|
||||
- name: Install pre-commit
|
||||
|
||||
Reference in New Issue
Block a user