From 88c6fb7ec278d761e8434cf2acafeda6ad1b6ee1 Mon Sep 17 00:00:00 2001 From: ado Date: Sat, 27 Feb 2021 13:09:22 +0100 Subject: [PATCH] add ubuntu-latest-gcc-ci bedge --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c815fe6..d4f4f48 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # Static split parser [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) -[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) - +![ubuntu-latest-gcc](https://github.com/red0124/ssp/workflows/ubuntu-latest-gcc-ci/badge.svg) A header only "csv" parser which is fast and versatile with modern C++ api. Requires compiler with C++17 support. Conversion for floating point values invoked using [fast-float](https://github.com/fastfloat/fast_float) .