Skip to content

Release init-lock when the owner machine fails to launch (#41) #38

Release init-lock when the owner machine fails to launch (#41)

Release init-lock when the owner machine fails to launch (#41) #38

Workflow file for this run

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