Skip to content

build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #101

build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0

build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #101

Workflow file for this run

name: pre-commit
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Run pre-commit
run: ./hack/mage precommit:precommit