google-i18n-address
google-i18n-address copied to clipboard
Introduce periodic update of the address rules
We should have a way to automatically publish the new version of this package once the new data is available. One of the potential ways to handle this would be a periodic github action trigger, that would compare existing data vs freshly fetched data. Unfortunately Google doesn't provide any timestamps of when the data was last updated.
Wouldn't running the git status data
from CI task do it for checking if any data was updated do the trick for us?