Show GitHub checks result in Sublime Text.
The badge: Checks #✓#x(#) where x is the number of successful builds, y is the number of failures + errors (if any) and z is the number of pendings.
GitHubChecks is available to be installed via Package Control.
To install manually, clone the package manually to your Package directory. It would be eventually published to Package Control once it gets more mature.
# on macOS
cd "$HOME/Library/Application Support/Sublime Text 3/Packages"
# on Linux
cd $HOME/.config/sublime-text-3/Packages
# on Windows (PowerShell)
cd "$env:appdata\Sublime Text 3\Packages\"
git clone git@github.com/randy3k/GitHubChecks.gitRun GitHub Checks: Details
You are also recommended to provide your own github api token to allow more frequent refreshes and access to your private repos. Simply run Preference: GitHub Checks and edit the token setting.

