Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 347 Bytes

contributing.md

File metadata and controls

11 lines (8 loc) · 347 Bytes

Contributing

Testing Locally:

asdf plugin test <plugin-name> <plugin-url> [--asdf-tool-version <version>] [--asdf-plugin-gitref <git-ref>] [test-command*]
# e.g.
asdf plugin test overmind-cli https://github.com/overmindtech/asdf-overmind-cli.git "overmind --version"

Tests are automatically run in GitHub Actions on push and PR.