Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 408 Bytes

contributing.md

File metadata and controls

18 lines (12 loc) · 408 Bytes

Contributing

Testing Locally

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

asdf plugin test cosmo-router https://github.com/GodTamIt/asdf-cosmo-router.git "router --help"

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

Lint & Format

./scripts/format.bash
./scripts/lint.bash