mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-01-27 23:11:44 +01:00
Static Analysis with GolangCI-Lint
This commit is contained in:
6
.github/workflows/runonce.yml
vendored
6
.github/workflows/runonce.yml
vendored
@@ -31,6 +31,12 @@ jobs:
|
||||
go-version: 'stable'
|
||||
check-latest: true
|
||||
|
||||
# See: https://github.com/golangci/golangci-lint-action
|
||||
- name: Static Analysis with GolangCI-Lint
|
||||
uses: golangci/golangci-lint-action@v4
|
||||
with:
|
||||
version: latest
|
||||
|
||||
- name: Build MetricCollector
|
||||
run: make
|
||||
|
||||
|
||||
Reference in New Issue
Block a user