Skip to content

feat: Add WithCallback #3913

feat: Add WithCallback

feat: Add WithCallback #3913

Workflow file for this run

name: Mockery
on:
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
mockery:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: 'stable'
- name: Generate Mocks
run: go tool mockery
- uses: stefanzweifel/git-auto-commit-action@v7
name: Commit changes
with:
commit_message: "chore: update mocks"