Skip to content

Bump github.com/stretchr/testify from 1.7.2 to 1.9.0 #7

Bump github.com/stretchr/testify from 1.7.2 to 1.9.0

Bump github.com/stretchr/testify from 1.7.2 to 1.9.0 #7

Workflow file for this run

name: Review
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-golangci-lint@v1
with:
level: info
github_token: ${{ secrets.GITHUB_TOKEN }}