From d82178397f25f2aae18569d645fa78548e98ff25 Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Thu, 14 Nov 2024 21:41:06 +0000 Subject: [PATCH] Add CI build badge to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a99826c..5d46368 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ![Jetzig Logo](demo/public/jetzig.png) +[![CI](https://github.com/jetzig-framework/jetzig/actions/workflows/CI.yml/badge.svg)](https://github.com/jetzig-framework/jetzig/actions/workflows/CI.yml) + _Jetzig_ is a web framework written in 100% pure [Zig](https://ziglang.org) :lizard: for _Linux_, _OS X_, _Windows_, and any _OS_ that can compile _Zig_ code. Official website: [jetzig.dev](https://www.jetzig.dev/) @@ -43,8 +45,8 @@ If you are interested in _Jetzig_ you will probably find these tools interesting * :white_check_mark: Development server auto-reload. * :white_check_mark: Testing helpers for testing HTTP requests/responses. * :white_check_mark: Custom/non-conventional routes. +* :white_check_mark: Database integration. * :x: Environment configurations (development/production/etc.) -* :x: Database integration. * :x: Email receipt (via SendGrid/AWS SES/etc.) ## LICENSE