From 3c37931ccc1721a4932bd268322a13c708e0eeb0 Mon Sep 17 00:00:00 2001 From: PANFACTORY Date: Sat, 1 Oct 2022 09:03:09 +0900 Subject: [PATCH] =?UTF-8?q?README=E3=81=AB=E3=82=B9=E3=83=86=E3=83=BC?= =?UTF-8?q?=E3=82=BF=E3=82=B9=E3=83=90=E3=83=83=E3=82=B8=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6fc3026..b49282f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ C++言語のためのJSONパーサーライブラリです。 std::istreamでJSONデータを受け取り、対応する抽象構文木を生成します。 +## CI + +|状態|環境| +|:--:|:--:| +|[![CMake](https://github.com/PANFACTORY/jsonparser/actions/workflows/cmake.yml/badge.svg)](https://github.com/PANFACTORY/jsonparser/actions/workflows/cmake.yml)|ubuntu-latest(g++)| + ## 生成規則 このライブラリではJSONフォーマットが以下の生成規則に従うものと想定します。