gtfs-validator
gtfs-validator copied to clipboard
Extract script from upload-release-asset workflow
We can avoid having a scripting code inline by creating a separate script and combining it with upload-release-asset
. This keeps the yml
file clean and isolated scripts can be tested easier locally.
Originally posted by @davidgamez in https://github.com/MobilityData/gtfs-validator/pull/1529#discussion_r1258709037
Needs #1529 to be merged.
Thanks for opening your first issue in this project! If you haven't already, you can join our slack and join the #gtfs-validators channel to meet our awesome community. Come say hi :wave:!
Welcome to the community and thank you for your engagement in open source! :tada:
- [ ] Investigate alternatives to upload arbitrary assets to a GitHub release
- [ ] Share with the team and Implement it