Skip to content

Commit 7117ea0

Browse files
committed
Use GitHub actions status badge
1 parent 79c38f3 commit 7117ea0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# URI Template
22

3-
[![Build Status](https://api.travis-ci.com/grncdr/uri-template.svg?branch=master&status=passed)](https://app.travis-ci.com/grncdr/uri-template)
3+
[![Node.js CI](https://github.com/grncdr/uri-template/actions/workflows/nodejs.yml/badge.svg)](https://github.com/grncdr/uri-template/actions/workflows/nodejs.yml)
44

55
This is a node.js implementation of the URI template draft standard
66
defined at http://tools.ietf.org/html/rfc6570
@@ -30,3 +30,5 @@ queryTpl.expand({
3030
```
3131

3232
For more thorough coverage of the syntax, see the [RFC](https://datatracker.ietf.org/doc/html/rfc6570).
33+
34+
##

0 commit comments

Comments
 (0)