You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ci] Add workflow to auto-update download count in README (#610)
* [ci] Add workflow to auto-update downloads
This workflow runs a bash script to pull the latest download count from
npm, and update the README.md number if the new value is larger.
* [ci] Round download count number
* [ci] Tweak download count script
Makes the regex match look for the exact same string as sed does.
Probably won't actually matter, but doesn't hurt to do.
0 commit comments