This action enables cloning private Cryptopirates repositories, installing TA-Lib, and running unit tests on a Go module.
Required The username of a GitHub user with the correct access rights.
Required The GitHub user's access token.
Whether or not the package depends on TA-Lib.
Whether or not the package depends on librdkafka.
uses: cryptopirates/unit-tests-action@master
with:
gitUsername: ${{ secrets.GIT_USERNAME }}
gitAccessToken: ${{ secrets.GIT_ACCESS_TOKEN }}
requiresTALib: true
requiresLibrdkafka: true