Skip to content

Commit 863d6d1

Browse files
sergeysovabigslycat
authored andcommitted
docs: replace shield
1 parent 3fae89f commit 863d6d1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# typed-contracts
22

3-
[![Build Status][status-img]][status-url]
3+
[![Lint and test](https://github.com/bigslycat/typed-contracts/workflows/Lint%20and%20test/badge.svg)](https://github.com/bigslycat/typed-contracts/actions?query=workflow%3A%22Lint+and+test%22)
44

55
Validation with good Flow and TypeScript type inference
66

@@ -209,6 +209,3 @@ const string = t.string.mapResult(transform);
209209

210210
const number = t.number.match<Either<*, *>>(Right, Left);
211211
```
212-
213-
[status-url]: https://travis-ci.org/bigslycat/typed-contracts
214-
[status-img]: https://travis-ci.org/bigslycat/typed-contracts.svg?branch=master

0 commit comments

Comments
 (0)