Skip to content

Commit f92345f

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 90e5c14 commit f92345f

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
@@ -16,7 +16,7 @@ let heap = new FibonacciHeap( increasing ) ;
1616

1717
[![License](https://img.shields.io/github/license/heap-data-structure/fibonacci-heap.svg)](https://raw.githubusercontent.com/heap-data-structure/fibonacci-heap/main/LICENSE)
1818
[![Version](https://img.shields.io/npm/v/@heap-data-structure/fibonacci-heap.svg)](https://www.npmjs.org/package/@heap-data-structure/fibonacci-heap)
19-
[![Tests](https://img.shields.io/github/workflow/status/heap-data-structure/fibonacci-heap/ci?event=push&label=tests)](https://github.com/heap-data-structure/fibonacci-heap/actions/workflows/ci.yml?query=branch:main)
19+
[![Tests](https://img.shields.io/github/actions/workflow/status/heap-data-structure/fibonacci-heap/ci.yml?branch=main&event=push&label=tests)](https://github.com/heap-data-structure/fibonacci-heap/actions/workflows/ci.yml?query=branch:main)
2020
[![Dependencies](https://img.shields.io/librariesio/github/heap-data-structure/fibonacci-heap.svg)](https://github.com/heap-data-structure/fibonacci-heap/network/dependencies)
2121
[![GitHub issues](https://img.shields.io/github/issues/heap-data-structure/fibonacci-heap.svg)](https://github.com/heap-data-structure/fibonacci-heap/issues)
2222
[![Downloads](https://img.shields.io/npm/dm/@heap-data-structure/fibonacci-heap.svg)](https://www.npmjs.org/package/@heap-data-structure/fibonacci-heap)

0 commit comments

Comments
 (0)