fix: ensure validation is run on correct files#344
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
cc @isuruf |
|
ok @isuruf I've added caching and I added the options to the CI setup calls. They are not required right now. Once we adjust smithy, we can turn them to be required if we like. |
|
I think this broke The |
|
Ah I see. The goal in this pr was to not print inspection for every artifact but only the ones that were new. When there are downstream tests, we inspect the downstreams too which is odd and confusing. |
|
Got it. I think we raaaarely use downstreams in staged-recipes, right? Should we special case it? Or adjust this so it accepts several directories and pass |
This PR ensures we run output validation only on the packages we built.
closes #342
closes #341