mirror of
https://github.com/placeholder-soft/asdf-sui.git
synced 2026-01-12 15:14:14 +08:00
12 lines
321 B
Markdown
12 lines
321 B
Markdown
# Contributing
|
|
|
|
Testing Locally:
|
|
|
|
```shell
|
|
asdf plugin test <plugin-name> <plugin-url> [--asdf-tool-version <version>] [--asdf-plugin-gitref <git-ref>] [test-command*]
|
|
|
|
asdf plugin test sui https://github.com/placeholdersoft/asdf-sui.git "sui --version"
|
|
```
|
|
|
|
Tests are automatically run in GitHub Actions on push and PR.
|