ci-status-0.1.0 is not a library.
CI Status
Displays CI status for your current commit and waits until the CI
settles (no jobs are pending):
$ cd some-project-of-mine
$ git push
$ ci-status
No statuses registered yet... will wait...
🕒 ci/woodpecker/push/tests: https://ci.codeberg.org/repos/12690/pipeline/4/3
🕞 ci/woodpecker/push/fmt: https://ci.codeberg.org/repos/12690/pipeline/4/2
🕔 ci/woodpecker/push/clippy: https://ci.codeberg.org/repos/12690/pipeline/4/1
After a while the lines will turn to:
🟩 ci/woodpecker/push/tests: https://ci.codeberg.org/repos/12690/pipeline/4/3
🟥 ci/woodpecker/push/fmt: https://ci.codeberg.org/repos/12690/pipeline/4/2
🟩 ci/woodpecker/push/clippy: https://ci.codeberg.org/repos/12690/pipeline/4/1
(One failed job and two successful in this case)
Note that at this moment it was tested only on Codeberg and may be
rough around the edges!