gojuno / minimock

Powerful mock generation tool for Go programming language
MIT License
574 stars 38 forks source link

ci: run lint and test for pull requests on GitHub Actions #82

Closed suzuki-shunsuke closed 6 months ago

suzuki-shunsuke commented 6 months ago

Close #80

$ make lint
./bin/golangci-lint run --enable=goimports --disable=unused --exclude=S1023,"Error return value" ./tests/...
../../../../../.local/share/aquaproj-aqua/pkgs/http/golang.org/dl/go1.21.5.darwin-arm64.tar.gz/go/src/net/http/internal/chunked.go:79:14: undefined: max (typecheck)
        cr.excess = max(cr.excess, 0)

Test

I confirmed the workflow works well.