einride / backstage-go

Backstage SDK for Go
https://backstage.io
MIT License
58 stars 3 forks source link

fix: add `Type` to `SystemSpec` #55

Open avashadhikari opened 1 month ago

avashadhikari commented 1 month ago

I noticed SystemSpec was missing the optional field Type, and I need it on a project I'm working on, so I just went ahead and added it.

odsod commented 1 month ago

Nice one @avashadhikari

avashadhikari commented 1 month ago

Nice one @avashadhikari

thank you! whenever you get some time, can you run the ci workflow once more please? I addressed the linter complaining about line length on a comment, but the PR is waiting on an approval for ci again