Skip to content

Commit

Permalink
Replace Legacy Badge
Browse files Browse the repository at this point in the history
Update the legacy badge for greenkeeper with a NPM JS badge and a Unit Test badge.
  • Loading branch information
elliot-huffman committed Jun 7, 2024
1 parent c000c4c commit 39e8f43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ts-auto-guard

[![Greenkeeper badge](https://badges.greenkeeper.io/usabilityhub/ts-auto-guard.svg)](https://greenkeeper.io/)
![NPM Version](https://img.shields.io/npm/v/ts-auto-guard?link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fts-auto-guard) [![Test](https://github.com/rhys-vdw/ts-auto-guard/actions/workflows/test.yml/badge.svg)](https://github.com/rhys-vdw/ts-auto-guard/actions/workflows/test.yml)

> Generate type guard functions from TypeScript interfaces
Expand Down Expand Up @@ -206,4 +206,3 @@ export function isPerson(obj: unknown): obj is Person {
)
}
```

0 comments on commit 39e8f43

Please sign in to comment.