Skip to content

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

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 #215

Workflow file for this run

name: lint
on: [pull_request]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
fail_on_error: true
reporter: github-pr-review