Skip to content

Commit 2a56a3a

Browse files
author
Barrett Adair
authored
Add CI badge to README
1 parent 45494b8 commit 2a56a3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Distributed under the Boost Software License, Version 1.0.
44
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
55
-->
66

7-
# Boost.CallableTraits
7+
# Boost.CallableTraits <a target="_blank" href="https://github.com/boostorg/callable_traits/actions/workflows/ci.yml">![CI][badge.CI]</a>
88

99
CallableTraits is a standalone C++11 header-only library for the inspection, synthesis, and decomposition of callable types. Language features added in later C++ standards are also supported.
1010

@@ -14,3 +14,5 @@ CallableTraits is released as part of the [Boost C++ Libraries](http://www.boost
1414

1515
Licensed under the [Boost Software License, Version 1.0](LICENSE.md).
1616

17+
<!-- Links -->
18+
[badge.CI]: https://github.com/boostorg/callable_traits/actions/workflows/ci.yml/badge.svg

0 commit comments

Comments
 (0)