nullplatform/Asset Build

This is a GitHub Action designed to automate the building of supported asset types on Nullplatform

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandThe command to be executed for building the assetsnomake
argumentsAdditional arguments to be passed along with the build commandnobuild
optionsAdditional options or flags to be used during the build processno""
checkout-repositoryChecks-out your repository under $GITHUB_WORKSPACE, so your workflow can access itnotrue
build-working-directoryThe directory where the build process will take placeno.
asset-working-directoryThe directory containing source code and assets for the build processno.
asset-output-directoryThe directory where built assets will be outputnobuild
nameThe name of the asset or project being builtnomain
typeThe type of asset to be build. One of docker-image, lambda, etc.no""

no outputs