mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
.github/workflows: remove obsolete make targets: install-goling and install-errcheck
These targets became obsolete after ec2c82e800
This commit is contained in:
parent
59b97f26c0
commit
9c62391a5c
1 changed files with 0 additions and 2 deletions
2
.github/workflows/main-test.yml
vendored
2
.github/workflows/main-test.yml
vendored
|
@ -34,8 +34,6 @@ jobs:
|
||||||
|
|
||||||
- name: Dependencies
|
- name: Dependencies
|
||||||
run: |
|
run: |
|
||||||
make install-golint
|
|
||||||
make install-errcheck
|
|
||||||
make install-golangci-lint
|
make install-golangci-lint
|
||||||
make check-all
|
make check-all
|
||||||
git diff --exit-code
|
git diff --exit-code
|
||||||
|
|
Loading…
Reference in a new issue