We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great if we can add an install.sh script like in golangcli-lint
install.sh
Exampe of Install.sh -> https://github.com/reviewdog/reviewdog/blob/master/install.sh
jobs: lint: working_directory: ~/reviewdog docker: - image: circleci/golang:1.17 steps: - checkout - run: name: System information command: 'echo "Golang $(go version)"' - run: 'curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b $(go env GOPATH)/bin' - run: command: |- set +o pipefail golint ./... | reviewdog -f=golint -name=golint-circleci -reporter=github-pr-review
It would make it easy to install mercari-wrench for Ci
The text was updated successfully, but these errors were encountered:
No branches or pull requests
WHAT
It would be great if we can add an
install.sh
script like in golangcli-lintExampe of Install.sh -> https://github.com/reviewdog/reviewdog/blob/master/install.sh
Example
WHY
It would make it easy to install mercari-wrench for Ci
The text was updated successfully, but these errors were encountered: