mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-01-27 15:01:45 +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'
|
go-version: 'stable'
|
||||||
check-latest: true
|
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
|
- name: Build MetricCollector
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user