Skip to content

Commit 248adc8

Browse files
authored
Merge pull request #25 from neatudarius/display_ci_badge
Add CI badge in README.md
2 parents f618810 + f9b5a80 commit 248adc8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: CI Tests
22
on:
33
push:
44
branches: [main]

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
SPDX-License-Identifier: 2.0 license with LLVM exceptions
55
-->
66

7+
![CI Tests](https://github.com/beman-project/Optional26/actions/workflows/ci.yml/badge.svg)
8+
79
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.
810

911
**Implements**:

0 commit comments

Comments
 (0)