Skip to content

test: refactor unit tests to use common OS VMSS builder #339

test: refactor unit tests to use common OS VMSS builder

test: refactor unit tests to use common OS VMSS builder #339

Workflow file for this run

name: Code Lint
on:
workflow_dispatch:
push:
pull_request:
jobs:
Lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v5.0.1
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.51.2
args: -v --concurrency=1
only-new-issues: true