checks.check_environment_exists()
Look for a project environment specification or lockfile.
Usage
checks.check_environment_exists(directory)Parameters
directory: Path- Project directory to inspect.
Returns
CheckResult- Passes when at least one supported environment file exists and warns otherwise.