DemocracyClub / uk-election-timetables

Encapsulates timetable legislation for elections run in the United Kingdom and its devolved administrations. 🗳🕰
MIT License
3 stars 0 forks source link

Automatically check whether the bank holidays json is out of date #6

Closed mrwilson closed 3 years ago

mrwilson commented 3 years ago

This could be a scheduled GitHub action that basically runs

diff \
  <(curl https://www.gov.uk/bank-holidays.json) \
  uk_election_timetables/bank-holidays.json