orbitalci / orbital

Orbital is a self-hosted CI system for solo/small consulting dev teams. Written in Rust.
GNU General Public License v3.0
29 stars 2 forks source link

Convert from Anyhow to Color Eyre #276

Closed tjtelan closed 3 years ago

tjtelan commented 3 years ago

275 is undoing a lot of my error handling since I am using color-eyre in git-meta, but anyhow in Orbital. I prefer color-eyre right now, so let's use that.