RoadieHQ / backstage-entity-validator

Validate properties and well known annotations in your Backstage catalog-info.yaml files.
https://roadie.io
66 stars 14 forks source link

Add input to set verbose flag in GitHub Actions #17

Closed stefanbuck closed 2 years ago

stefanbuck commented 2 years ago

We use this Action to validate quite a few file. Being able to set the output volume produced by this Action will help in case you need to hunt for an error.

Talking about hunting for errors. I had a quick look at adding annotations support, so a hint is shown in the diff view pointing out the exact line where the error occurs. However, the underlaying package @backstage/catalog-model does not provide this information right now. Not sure if I find the time to address this, but at least its recorded here.