Skip to content

Commit b5dd514

Browse files
committed
fixed GitHub Workflow Status badge
1 parent ffb92bd commit b5dd514

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
@@ -4,7 +4,7 @@
44
![PyPI - Status]( https://img.shields.io/pypi/status/namedpipe)
55
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/namedpipe)
66
![GitHub License](https://img.shields.io/github/license/python-ffmpegio/python-namedpipe)
7-
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/python-ffmpegio/python-namedpipe/Run%20Tests)
7+
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/python-ffmpegio/python-namedpipe/test_n_pub.yml?branch=master)
88

99
Python natively supports named pipes only in Posix systems via `os.mkfifo`.
1010
This package extends the support to Windows and defines a `NPopen` class as

0 commit comments

Comments
 (0)