From 9e975ca185c6b1438560d687a1d16dd134172c14 Mon Sep 17 00:00:00 2001 From: Darius Neatu Date: Fri, 28 Jun 2024 04:13:27 +0300 Subject: [PATCH] Add CI badge in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 08c550c1..3e639aa1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ SPDX-License-Identifier: 2.0 license with LLVM exceptions --> +![CI workflow](https://github.com/github/docs/actions/workflows/main.yml/badge.svg) + This repository implements `std::optional` extensions targeting C++26. The `Beman.Optional26` library aims to evaluate the stability, the usability, and the performance of these proposed changes before they are officially adopted by WG21 into the C++ Working Draft. Additionally, it allows developers to use these new features before they are implemented in major standard library compilers. **Implements**: