Skip to content

🌱 Bump to golangci-lint v2.13.1 #5765

🌱 Bump to golangci-lint v2.13.1

🌱 Bump to golangci-lint v2.13.1 #5765

Workflow file for this run

name: PR title verifier
on:
pull_request_target:
types: [opened, edited, synchronize, reopened]
permissions:
contents: read
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # tag=v7.0.1
- name: Check if PR title is valid
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: |
./hack/verify-pr-title.sh "${PR_TITLE}"