Skip to content

build(deps): Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #409

build(deps): Bump github.com/google/go-cmp from 0.5.9 to 0.6.0

build(deps): Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #409

Workflow file for this run

name: "Lint pull request title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title for semantic commit message
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}