MobilityData / gtfs-validator

Canonical GTFS Validator project for schedule (static) files.
https://gtfs-validator.mobilitydata.org/
Apache License 2.0
275 stars 100 forks source link

Extract script from upload-release-asset workflow #1549

Open cka-y opened 1 year ago

cka-y commented 1 year ago

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.

welcome[bot] commented 1 year ago

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:

davidgamez commented 7 months ago