From 28bafe4b11d687b6a5c13def4fd810f2491dded3 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Sat, 30 May 2020 17:06:45 +0900 Subject: [PATCH] Add GitHub Actions badge. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a14ea3..e9b4134 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ If you are looking for old, C++03 version, please use `devel-picojson` branch. [![Build status](https://ci.appveyor.com/api/projects/status/warngenu9wjjhlm8?svg=true)](https://ci.appveyor.com/project/syoyo/tinygltf) +![C/C++ CI](https://github.com/syoyo/tinygltf/workflows/C/C++%20CI/badge.svg) + ## Features * Written in portable C++. C++-11 with STL dependency only.