actions-marketplace-validations/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
- Stalelast commit May 18, 2023
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/ecadlabs_taqueria-github-action@25d329d85a08a4edd9f4dc9a6e6261625e3a18b8 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
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