Skip to content

Register plug-in as Packer integration #119

Register plug-in as Packer integration

Register plug-in as Packer integration #119

Workflow file for this run

name: golangci-lint
on:
pull_request:
merge_group:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: 1.18
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.47
args: --timeout 5m