Skip to content

chore(gomod): bump github.com/go-playground/validator/v10 from 10.16.0 to 10.18.0 #71

chore(gomod): bump github.com/go-playground/validator/v10 from 10.16.0 to 10.18.0

chore(gomod): bump github.com/go-playground/validator/v10 from 10.16.0 to 10.18.0 #71

Workflow file for this run

name: check-pr-semantic
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}