diff --git a/.github/workflows/ci.yml b/.github/workflows/rust.yml similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/rust.yml diff --git a/README.md b/README.md index 68cacc5..07f5f76 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # axohtml +![Github Actions Rust](https://github.com/axodotdev/axohtml/actions/workflows/rust.yml/badge.svg) +![crates.io](https://img.shields.io/crates/v/axohtml.svg) + This crate provides the `html!` macro for building fully type checked HTML documents inside your Rust code using roughly [JSX] compatible syntax.