toltec-dev/toltecmk-action
Build a package with toltecmk for the reMarkable tablet
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the folder to build | no | ${{ github.workspace }} |
| work_dir | Path to a directory used for building the package. | no | build |
| dist_dir | Path to a directory where built packages are stored. | no | dist |
| arch | List of architectures to build. | no | "" |
| package | List of packages to build. | no | "" |
| hook | Names or paths to a Python module that registers listeners for build hooks. Paths must start with either a dot or a slash. | no | "" |
| verbose | Show debugging information. | no | false |
| warnings | Control warnings. 'default' sends warnings to stderr and removes duplicate warnings, 'ignore' silences any warning, and 'error' turns warnings into exceptions. | no | default |
Outputs
no outputs