Skip to content

refactor: move mocks #15

refactor: move mocks

refactor: move mocks #15

Workflow file for this run

name: Mockery
on:
pull_request:
jobs:
mockery:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Mockery
run: |
go install github.com/vektra/mockery/v2@v2.34.2
- name: Generate Mocks
run: |
~/go/bin/mockery --all --keeptree --dir=contracts
- uses: stefanzweifel/git-auto-commit-action@v4
name: Commit changes
with:
commit_message: "chore: update mocks"