CMSgov / price-transparency-guide-validator

Validation tool to check output files required by the price-transparency-guide
Apache License 2.0
29 stars 13 forks source link

Continue with zip contents #90

Closed mint-thompson closed 1 year ago

mint-thompson commented 1 year ago

After validating a file within a ZIP archive, ask the user if they want to validate another file in the ZIP. If they say yes, show the file selection menu again. If they say no, exit. The user is allowed to validate another file regardless of the validation result, as long as the validator container executes successfully.

shaselton-usds commented 1 year ago

@mint-thompson Previously pulled down the branch and tested it locally -- works great. Thanks!