Skip to content

chore(deps): Update module github.com/ncruces/go-sqlite3 to v0.25.1 (… #95

chore(deps): Update module github.com/ncruces/go-sqlite3 to v0.25.1 (…

chore(deps): Update module github.com/ncruces/go-sqlite3 to v0.25.1 (… #95

Workflow file for this run

name: Mockery
on:
push:
branches:
- main
pull_request:
jobs:
mockery:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
cache: true
go-version: 'stable'
- name: Install Mockery
run: |
go install github.com/vektra/mockery/v2@latest
- name: Generate Mocks
run: |
~/go/bin/mockery
- uses: stefanzweifel/git-auto-commit-action@v5
name: Commit changes
with:
commit_message: "chore: update mocks"