From b77eba198d98fd1d4c9424354a5428f5b3f26fec Mon Sep 17 00:00:00 2001 From: Jan Tilly Date: Wed, 18 Sep 2024 15:40:34 +0200 Subject: [PATCH] Add badge. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d6a1809..faae5ac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # inih +[![CI](https://github.com/jtilly/inih/actions/workflows/ci.yml/badge.svg)](https://github.com/jtilly/inih/actions/workflows/ci.yml) + This is a header only C++ version of [inih](https://github.com/benhoyt/inih). **inih (INI Not Invented Here)** is a simple [.INI file](http://en.wikipedia.org/wiki/INI_file) parser written in C. It's only a couple of pages of code, and it was designed to be _small and simple_, so it's good for embedded systems. It's also more or less compatible with Python's [ConfigParser](http://docs.python.org/library/configparser.html) style of .INI files, including RFC 822-style multi-line syntax and `name: value` entries.