Skip to content

🌱 Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 #1401

🌱 Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1

🌱 Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 #1401

Workflow file for this run

name: PR verify
on:
pull_request_target:
types: [opened, edited, synchronize, reopened]
jobs:
verify:
runs-on: ubuntu-latest
name: verify PR contents
steps:
- name: Verifier action
id: verifier
uses: kubernetes-sigs/kubebuilder-release-tools@012269a88fa4c034a0acf1ba84c26b195c0dbab4 # tag=v0.4.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}