Skip to content

Migrate linters from prow to github actions #2

Migrate linters from prow to github actions

Migrate linters from prow to github actions #2

Workflow file for this run

name: pull-go-lint
on:
pull_request:
branches:
- main
paths:
- '.github/workflows/pull-go-lint.yaml'
- '**/*.go'
- '.golangci.yaml'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
- uses: golangci/[email protected]