Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 in /hack/workflows/packages #610

Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 in /hack/workflows/packages

Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 in /hack/workflows/packages #610

Workflow file for this run

name: Check - lint
on:
pull_request:
types:
- assigned
- opened
- synchronize
- reopened
paths:
- "**.go"
- "**/go.mod"
- "hack/check-lint.sh"
jobs:
checklint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: "1.17"
id: go
- name: Run golangci-lint
run: |
make lint