Skip to content
New issue

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

Add install.sh to conveniently add mercari wrench during CircleCI #55

Open
Rishabh-malhotraa opened this issue May 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Rishabh-malhotraa
Copy link

WHAT

It would be great if we can add an install.sh script like in golangcli-lint

Exampe of Install.sh -> https://github.com/reviewdog/reviewdog/blob/master/install.sh

Example

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

WHY

It would make it easy to install mercari-wrench for Ci

@Rishabh-malhotraa Rishabh-malhotraa added the enhancement New feature or request label May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant