OAI / tools.openapis.org

A collection of open-source and commercial tools for creating your APIs with OpenAPI - Sourced from and published for the community
https://tools.openapis.org/
96 stars 25 forks source link

Check variables before starting build #13

Closed SensibleWood closed 2 years ago

SensibleWood commented 2 years ago

User Story

As a system owner I want to ensure my configuration is correct before starting build tasks

Detailed Requirements

Currently if GITHUB_USER and GITHUB_TOKEN are not set the build will not fail until significantly into the build process with a non-obvious error.

Add a simple Gulp task to check that both of these are set before starting the build.

SensibleWood commented 2 years ago

This has been completed and into main