Skip to content

Use NodeSystemInfo rather than node labels #406

Use NodeSystemInfo rather than node labels

Use NodeSystemInfo rather than node labels #406

Workflow file for this run

name: Go-Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: Run the golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=5m