Skip to content

build(deps): bump the github-actions group across 1 directory with 3 updates #570

build(deps): bump the github-actions group across 1 directory with 3 updates

build(deps): bump the github-actions group across 1 directory with 3 updates #570

Workflow file for this run

---
name: golangci-lint
on:
push:
branches: [main, release-*]
pull_request:
jobs:
lint:
name: Run golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
with:
go-version: stable
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2.3.4
- name: Lint with golangci-lint
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v2.5.2