Skip to content

Commit 4e4ca03

Browse files
committed
add workflow badge to README
1 parent 4ea9292 commit 4e4ca03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Tests
1+
name: Tests
22

33
on:
44
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# path-browserify [![Build Status](https://travis-ci.org/browserify/path-browserify.png?branch=master)](https://travis-ci.org/browserify/path-browserify)
1+
# path-browserify [![Tests](https://github.com/isomorphic-git/path-browserify/actions/workflows/test.yml/badge.svg)](https://github.com/isomorphic-git/path-browserify/actions/workflows/test.yml)
22

33
> The `path` module from Node.js for browsers
44

0 commit comments

Comments
 (0)