Skip to content

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #62

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #62

Workflow file for this run

name: Lint
on:
push:
paths-ignore:
- '**.md'
jobs:
golangci:
name: Golangci-Lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: -E goimports -E gocritic -E misspell -E revive