Skip to content

chore(deps): bump github.com/gorilla/schema from 1.4.0 to 1.4.1 in /benchmarks #347

chore(deps): bump github.com/gorilla/schema from 1.4.0 to 1.4.1 in /benchmarks

chore(deps): bump github.com/gorilla/schema from 1.4.0 to 1.4.1 in /benchmarks #347

Workflow file for this run

name: PR Title
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
validate:
name: Validate
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}