Skip to content

stop creating qemu if there is already same name qemu #155

stop creating qemu if there is already same name qemu

stop creating qemu if there is already same name qemu #155

Workflow file for this run

name: golangci-lint
on:
pull_request:
types: [opened, synchronize, reopened]
# Remove all permissions from GITHUB_TOKEN except metadata.
permissions: {}
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20.5
check-latest: true
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.53.3
args: --timeout 5m