Skip to content

Account for machine healthiness during reconciliation (#63) #201

Account for machine healthiness during reconciliation (#63)

Account for machine healthiness during reconciliation (#63) #201

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.21'
check-latest: true
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
# Disable package caching to avoid a double cache with setup-go.
skip-pkg-cache: true
args: --timeout 10m