Skip to content

Commit 7e8318a

Browse files
Updated README with missing workflow statuses
1 parent 96dfcaf commit 7e8318a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@
88
![Linux](https://img.shields.io/badge/platform-linux-lightgrey)
99
[![Code Coverage](https://codecov.io/gh/SomeRandomiOSDev/Half/branch/master/graph/badge.svg)](https://codecov.io/gh/SomeRandomiOSDev/Half)
1010

11+
![Carthage](https://github.com/SomeRandomiOSDev/Half/workflows/Carthage/badge.svg)
12+
![Cocoapods](https://github.com/SomeRandomiOSDev/Half/workflows/Cocoapods/badge.svg)
1113
![Swift Package](https://github.com/SomeRandomiOSDev/Half/workflows/Swift%20Package/badge.svg)
14+
![SwiftLint](https://github.com/SomeRandomiOSDev/Half/actions/workflows/swiftlint.yml/badge.svg)
15+
![XCFramework](https://github.com/SomeRandomiOSDev/Half/actions/workflows/xcframework.yml/badge.svg)
1216
![Xcode Project](https://github.com/SomeRandomiOSDev/Half/workflows/Xcode%20Project/badge.svg)
13-
![Cocoapods](https://github.com/SomeRandomiOSDev/Half/workflows/Cocoapods/badge.svg)
14-
![Carthage](https://github.com/SomeRandomiOSDev/Half/workflows/Carthage/badge.svg)
1517

1618
**Half** is a lightweight framework containing a Swift implementation for a half-precision floating point type for iOS, macOS, tvOS, and watchOS.
1719

0 commit comments

Comments
 (0)