diff --git a/README.md b/README.md index 99d8811..5b288d3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +![Emscripten SDK Build](https://github.com/WillisMedwell/Utily/actions/workflows/emscripten.yml/badge.svg) +![Clang Build](https://github.com/WillisMedwell/Utily/actions/workflows/clang.yml/badge.svg) +![GCC Build](https://github.com/WillisMedwell/Utily/actions/workflows/gcc.yml/badge.svg) + # Utily **Utily** is a library using modern C++ features. From basic helper types to reflection, this library supplies all the ideal functions to **build robust and compile-time compatiable** code in C++.