diff --git a/.github/workflows/rust.yml b/.github/workflows/ci.yml similarity index 96% rename from .github/workflows/rust.yml rename to .github/workflows/ci.yml index 6738b0b2..7a6eca40 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Rust +name: CI on: push: diff --git a/README.md b/README.md index 10a2dd77..a406c70d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # gitui + +![CI](https://github.com/extrawurst/gitui/workflows/CI/badge.svg) [![MIT][s2]][l2] + +[s2]: https://img.shields.io/badge/license-MIT-blue.svg +[l2]: LICENSE + blazing fast terminal-ui for git written in rust ![img](assets/main.jpg)