zendesk / setup-check-codeowners

A script to check .github/CODEOWNERS, and a GitHub Action to install it
MIT License
1 stars 2 forks source link

Provide a local bootstrap script #22

Open zdrve opened 2 years ago

zdrve commented 2 years ago

So that for local use, one can run something like:

./download-and-run-check-codeowners --cache-dir SOME_DIR --version v99 [...args...]

So that it would download the given version (cacheing in SOME_DIR if given), and then exec it with the given args.