Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add environment variable validation to validate-metadata.js #34

Open
SensibleWood opened this issue Jun 1, 2022 · 0 comments
Open

Add environment variable validation to validate-metadata.js #34

SensibleWood opened this issue Jun 1, 2022 · 0 comments
Labels
data Issue relates to the tooling data collected from data sources enhancement New feature or request

Comments

@SensibleWood
Copy link
Collaborator

User Story

As a developer of the Tooling project I want to ensure that environment variables are validated before the rest of the build executes

Detailed Requirement

Currently when a build kicks off the first step is to validate that environment variables are present, which is executed by validate-metadata.js. Currently any validation of the values is performed downstream.

To make processing more efficient this should be moved upstream so that initialisation and type checking can be performed before any further steps.

@SensibleWood SensibleWood added the enhancement New feature or request label Jun 1, 2022
@SensibleWood SensibleWood added the data Issue relates to the tooling data collected from data sources label Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Issue relates to the tooling data collected from data sources enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant