Is your feature request related to a problem? Please describe.
There are some files that should always be present in Newfold repositories to follow best practices. Work is still ongoing to accomplish this consistently, but an .nvmrc file should be in every repository with a package.json file.
Lock files for Composer and npm are also expected to be under version control in almost all cases.
Describe the solution you'd like
There should be a reusable workflow that confirms the presence of these files. This would help enforce best practices and spot mistakes related to processes.
Describe alternatives you've considered
Additional context
Is your feature request related to a problem? Please describe.
There are some files that should always be present in Newfold repositories to follow best practices. Work is still ongoing to accomplish this consistently, but an
.nvmrcfile should be in every repository with apackage.jsonfile.Lock files for Composer and npm are also expected to be under version control in almost all cases.
Describe the solution you'd like
There should be a reusable workflow that confirms the presence of these files. This would help enforce best practices and spot mistakes related to processes.
Describe alternatives you've considered
Additional context