tezostaqueria/Taqueria Actions
A docker action that helps simplify and standardize the use of taqueria in GitHub workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| compile_contracts | A comma separated list of contracts compiled | no | — |
| compile_plugin | The plugin used to compile the contracts. Can be "ligo" or "smartpy". The default is "ligo" | no | ligo |
| deploy_contracts | A comma separated list of contracts to deploy to a specific environment. The Taquito plugin needs to be installed | no | — |
| environment | The environment to execute commands on. The default is "development" | no | development |
| plugins | A comma separated list of plugins to install | no | — |
| project_directory | The name of the project to create | no | — |
| sandbox_name | The name of the sandbox if any | no | — |
| task | The task for taqueria to run | no | — |
| test_plugin | If set, taqueria will run tests with using the specified plugin. Ensure that the specified plugin is installed. These test will always be run after all other jobs. | no | — |
Outputs
no outputs