Skip to content

chore(deps): bump github.com/go-playground/validator/v10 from 10.21.0 to 10.22.0 #386

chore(deps): bump github.com/go-playground/validator/v10 from 10.21.0 to 10.22.0

chore(deps): bump github.com/go-playground/validator/v10 from 10.21.0 to 10.22.0 #386

# SPDX-License-Identifier: MIT
name: "lint Pull Request title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}