Skip to content

Commit

Permalink
added ci-build badge status
Browse files Browse the repository at this point in the history
  • Loading branch information
tonda-kriz committed Jun 29, 2024
1 parent ace3f0a commit 7fb1187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This starter workflow is for a CMake project running on multiple platforms. There is a different starter workflow if you just want a single platform.
# See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
name: CMake

on:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# simple-protobuf

![ci-build](https://github.com/tonda-kriz/simple-protobuf/actions/workflows/ci-build.yml/badge.svg)

**simple data struct** serialization library for C++. With this library you can serialize and deserialize C++ structs directly to [JSON](https://json.org) or [protobuf](https://github.com/protocolbuffers/protobuf).

```CPP
Expand Down

0 comments on commit 7fb1187

Please sign in to comment.