Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 439 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 439 Bytes

Landing Zone early validation action

Performs an early validation on the LZ repository to fail as early as possible.

Inputs

REPO_PATH

Required Location of the repository in your virtual environment. Default "$GITHUB_WORKSPACE".

Outputs

VALIDATION_RESULT

The result of the validation.

Example usage

uses: actions/landing-zone-early-validation@master
with:
  REPO_PATH: "$GITHUB_WORKSPACE"