Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 393 Bytes

contributing.md

File metadata and controls

18 lines (13 loc) · 393 Bytes

Contributing

Testing locally:

asdf plugin test <plugin-name> <plugin-url> \
    [--asdf-tool-version <version>] \
    [--asdf-plugin-gitref <git-ref>] \
    [test-command*]

Example:

asdf plugin test odo https://github.com/rm3l/asdf-odo.git "odo version"

Note that tests are automatically run in GitHub Actions on push (to the main branch) and Pull Requests.