Skip to content

Commit 02f26dd

Browse files
authored
Merge pull request #211 from mbrukman/update-travis-ci-badge-to-github-actions
Update Travis CI badge to GitHub Actions [skip ci]
2 parents 63bde4b + f2eb06d commit 02f26dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# preact-render-to-string
22

33
[![NPM](http://img.shields.io/npm/v/preact-render-to-string.svg)](https://www.npmjs.com/package/preact-render-to-string)
4-
[![travis-ci](https://travis-ci.org/preactjs/preact-render-to-string.svg)](https://travis-ci.org/preactjs/preact-render-to-string)
4+
[![Build status](https://github.com/preactjs/preact-render-to-string/actions/workflows/ci.yml/badge.svg)](https://github.com/preactjs/preact-render-to-string/actions/workflows/ci.yml)
55

66
Render JSX and [Preact] components to an HTML string.
77

0 commit comments

Comments
 (0)