Skip to content

fix: list distro sleep mode in vcluster feats #17

fix: list distro sleep mode in vcluster feats

fix: list distro sleep mode in vcluster feats #17

Workflow file for this run

name: Lint
on:
release:
types: [created]
pull_request:
branches:
- main
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
cache: false
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4
with:
args: --timeout=10m