Skip to content

feat: add experimental docker collector from STATE_DB #13

feat: add experimental docker collector from STATE_DB

feat: add experimental docker collector from STATE_DB #13

Workflow file for this run

name: 'Run go tests'
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: setup Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- run: go test -v ./...
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
cache: false
- name: golangci-lint
run: go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8 run