mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-01-27 15:01:45 +01:00
Add vet tool
This commit is contained in:
4
.github/workflows/runonce.yml
vendored
4
.github/workflows/runonce.yml
vendored
@@ -36,6 +36,10 @@ jobs:
|
||||
uses: golangci/golangci-lint-action@v4
|
||||
with:
|
||||
version: latest
|
||||
args: --verbose
|
||||
|
||||
- name: Run static analysis with go vet
|
||||
run: go vet ./...
|
||||
|
||||
- name: Build MetricCollector
|
||||
run: make
|
||||
|
||||
Reference in New Issue
Block a user