docopt / docopts

Shell interpreter for docopt, the command-line interface description language.
Other
494 stars 53 forks source link

optim(ci): clone `bats-core` with `--depth=1` #64

Closed agilgur5 closed 1 year ago

agilgur5 commented 1 year ago

Summary

Install bats-core with git clone ... --depth=1 as an optimization

Details

Testing

Can see CI passing on my branch here (which is built on top of #62 for CI to exist)

agilgur5 commented 1 year ago

Rebased this on top of master now that #62 was merged. CI still passes on this PR 🙂

Sylvain303 commented 1 year ago

OK