RoadieHQ / backstage-entity-validator

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

run dos2unix on src/index.js #36

Closed kissmikijr closed 2 years ago

kissmikijr commented 2 years ago

Should fix https://github.com/RoadieHQ/backstage-entity-validator/issues/35 When I ran the file command on src/index.js I got the following error:

backstage-entity-validator/src/index.js: C source, ASCII text, with CRLF line terminators

I ran dos2unix tool on the index.js file and on a build it regenerated the changed files.

Use dist/index.js as entrypoint for the program. It cannot be overwritten in the publishConfig

shortcut-integration[bot] commented 2 years ago

This pull request has been linked to Shortcut Story #6208: No such file or directory error during CI build.

kissmikijr commented 2 years ago

The strange thing is after I converted the line endings nothing changed, so probably it was already in the right format in the git repositroy. But since the CI is broken I published it from my windows machine and probably that's why it is wrong in the published package. So after this merge I'll publish the new version.