mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Use golangci-lint action
Signed-off-by: Arkadii Yakovets <ark@victoriametrics.com>
This commit is contained in:
parent
b5d43e2ee2
commit
6d54fff850
1 changed files with 6 additions and 2 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -53,9 +53,13 @@ jobs:
|
|||
|
||||
- name: Run vet
|
||||
run: make vet
|
||||
|
||||
|
||||
# Use action instead of `make golangci-lint` to speed up the process
|
||||
# as it caches data between builds.
|
||||
- name: Run golangci-lint
|
||||
run: make golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: v1.59
|
||||
|
||||
- name: Run govulncheck
|
||||
run: make govulncheck
|
||||
|
|
Loading…
Reference in a new issue