mwgg / Airports

A JSON database of 28k+ airports with ICAO/IATA codes, names, cities, two-letter country identifiers, elevation, latitude & longitude, and a timezone identifier
MIT License
488 stars 174 forks source link

Automatic sorting of the airports.json file upon each push/PR #129

Closed ezzaze closed 1 month ago

ezzaze commented 1 month ago

@mwgg I believe this will make your life easier

mwgg commented 1 month ago

Legend! I briefly looked into doing something like this myself after that last PR, but my brain wasn't up to it on a Friday. Much appreciated!

mwgg commented 1 month ago

Exit code 1 when there's nothing to commit which makes it "fail". Any quick ideas on how to have it check if there are files to add/commit?

ezzaze commented 1 month ago

Exit code 1 when there's nothing to commit which makes it "fail". Any quick ideas on how to have it check if there are files to add/commit?

I will check and fix that once Im available