newrelic / nr1-catalog

New Relic One Catalog repo of repos
Apache License 2.0
6 stars 28 forks source link

Create / config an Action that validates the expected structure of an NR1 application #3

Closed tangollama closed 4 years ago

tangollama commented 4 years ago

There are a number of commands and configurations that we're recommending / enforcing internally w/r/t to NR1 apps w/in New Relic. We want to be sure we're validating that these configurations exist so that we have the capability to execute things like linting commands further downstream in the process.

In addition, the package.json should contain the following commands:

See our current, standard circleci config as a pattern.

jbeveland27 commented 4 years ago

Files-present-action addresses all these requirements.