RobertCraigie / pyright-python

Python command line wrapper for pyright, a static type checker
https://pypi.org/project/pyright/
MIT License
178 stars 22 forks source link

Improve Actions schedule to sync better with `pyright` releases #228

Closed bersbersbers closed 11 months ago

bersbersbers commented 12 months ago

It seems pyright is published between 3 and 5 am (GMT+1, I believe), which should be 2-4 am GMT: https://www.npmjs.com/package/pyright?activeTab=versions

However, the pyright-python watcher runs at midnight (in what seems to be GMT).

https://github.com/RobertCraigie/pyright-python/blob/21f3e760e17ac8b7b0aa36a36960a9d99e194ab4/.github/workflows/watch.yml#L1-L6

I think it might make sense to shift the watcher some 5 hours back to run closely after a new pyright release has been made.