From 01f455ff767e7c7f12936a81a749a96c71b5c1d9 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Thu, 12 Oct 2023 11:29:28 +0200 Subject: [PATCH] README: add Github CI status --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eaf58f5..a4dc252 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## ue-rs +[![Github CI](https://github.com/flatcar/ue-rs/actions/workflows/ci.yaml/badge.svg)](https://github.com/flatcar/ue-rs/actions) + `ue-rs` aims to be a drop-in reimplementation of [update_engine](https://github.com/flacar/update_engine/), written in Rust. *Note*: this project is still proof-of-concept, highly experimental, not production-ready yet.