Skip to content

Merge pull request #95 from google/dependabot/go_modules/golang.org/x… #166

Merge pull request #95 from google/dependabot/go_modules/golang.org/x…

Merge pull request #95 from google/dependabot/go_modules/golang.org/x… #166

Workflow file for this run

name: golangci-lint
on:
push:
tags: [ 'v*' ]
branches: [ 'main', 'release-*']
pull_request:
branches: [ 'main', 'release-*']
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6