actions-marketplace-validations/kedro-action
Run kedro project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python_version | a Python version that is supported by pyenv | — | 3.7.6 |
| should_lint | runs `kedro lint` | — | true |
| should_test | runs `kedro test` | — | true |
| should_build_docs | runs `kedro build-docs` | — | true |
| should_package | runs `kedro package` | — | true |
| should_run | runs `kedro run` | — | false |
| should_viz | creates a static site built on gatsby based on `kedro viz --save-pipeline pipeline.json` | — | true |
| deploy_branch | branch to deploy static site to | — | kedro-action |
| github_pat | github personal access token for help see https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line | — | — |
| verbose | prints extra information for debugging | — | false |
Outputs
no outputs