TaKO8Ki / frum

A little bit fast and modern Ruby version manager written in Rust
MIT License
629 stars 15 forks source link

Add `--quiet` flag to local #43

Closed citizen428 closed 3 years ago

citizen428 commented 3 years ago

Closes #42

This PR

TaKO8Ki commented 3 years ago

Thank you for your contribution! Could you add pull_request trigger to ci.yml like the following and run CI? I forgot to add it.

# ci.yml
push:
  branches:    
    - '**'
  tags-ignore:
    - v*
  paths-ignore:
    - 'LICENSE'
    - '**.md'
pull_request:
  paths-ignore:
    - 'LICENSE'
    - '**.md'
TaKO8Ki commented 3 years ago

LGTM

After CI passes, I will approve this PR.