Skip to content

Commit 44428bd

Browse files
🤖 docs(README.md): Fix badges/shields#8671.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/b27ce6d333a4c46ff5161eaddfbe16895bbabf0f/src/transforms/readme:tests-badge-shields-issue-8671.js Please contact the author of the transform if you believe there was an error.
1 parent df4a4d7 commit 44428bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cycle( chain( [ 0 , 1 , 2 ] , [ 3 , 4 , 5 ] ) ) ; // 0 1 2 3 4 5 0 1 ...
1919

2020
[![License](https://img.shields.io/github/license/iterable-iterator/cycle.svg)](https://raw.githubusercontent.com/iterable-iterator/cycle/main/LICENSE)
2121
[![Version](https://img.shields.io/npm/v/@iterable-iterator/cycle.svg)](https://www.npmjs.org/package/@iterable-iterator/cycle)
22-
[![Tests](https://img.shields.io/github/workflow/status/iterable-iterator/cycle/ci?event=push&label=tests)](https://github.com/iterable-iterator/cycle/actions/workflows/ci.yml?query=branch:main)
22+
[![Tests](https://img.shields.io/github/actions/workflow/status/iterable-iterator/cycle/ci.yml?branch=main&event=push&label=tests)](https://github.com/iterable-iterator/cycle/actions/workflows/ci.yml?query=branch:main)
2323
[![Dependencies](https://img.shields.io/librariesio/github/iterable-iterator/cycle.svg)](https://github.com/iterable-iterator/cycle/network/dependencies)
2424
[![GitHub issues](https://img.shields.io/github/issues/iterable-iterator/cycle.svg)](https://github.com/iterable-iterator/cycle/issues)
2525
[![Downloads](https://img.shields.io/npm/dm/@iterable-iterator/cycle.svg)](https://www.npmjs.org/package/@iterable-iterator/cycle)

0 commit comments

Comments
 (0)