Skip to content

chore(gomod): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #74

chore(gomod): bump github.com/stretchr/testify from 1.8.4 to 1.9.0

chore(gomod): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #74

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 }}