Skip to content

build(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 (#168) #369

build(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 (#168)

build(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 (#168) #369

Workflow file for this run

name: ci
on:
push:
branches: main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: build
run: make build
- name: lint
run: make lint
# Run testing on the code
- name: test
run: make test