Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 861 Bytes

File metadata and controls

44 lines (28 loc) · 861 Bytes

Contributing

Please read the following document.

How To Develop

We use aqua as a CLI version manager and cmdx as a task runner.

How to install aqua

aqua i # Install development tools including cmdx

Show tasks:

cmdx help

Test:

cmdx t

Lint:

cmdx v # go vet
cmdx l # golangci-lint

Add tests

In addition to Go's unit tests, we run integration tests in CI.

If you change pinact's behaviour, please add tests. Tests also make how the behaviour is changed clear.