Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lsbranch/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `lsbranch`

[![npm version](https://badge.fury.io/js/lsbranch.svg)](https://badge.fury.io/js/lsbranch)
[![npm version](https://badge.fury.io/js/lsbranch.svg)](https://badge.fury.io/js/lsbranch)[![CI](https://github.com/iclanton/lsbranch/actions/workflows/ci.yml/badge.svg)](https://github.com/iclanton/lsbranch/actions/workflows/ci.yml)
Copy link

Copilot AI Sep 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The badges should be separated with a space for better readability and consistent formatting with typical README badge practices.

Suggested change
[![npm version](https://badge.fury.io/js/lsbranch.svg)](https://badge.fury.io/js/lsbranch)[![CI](https://github.com/iclanton/lsbranch/actions/workflows/ci.yml/badge.svg)](https://github.com/iclanton/lsbranch/actions/workflows/ci.yml)
[![npm version](https://badge.fury.io/js/lsbranch.svg)](https://badge.fury.io/js/lsbranch) [![CI](https://github.com/iclanton/lsbranch/actions/workflows/ci.yml/badge.svg)](https://github.com/iclanton/lsbranch/actions/workflows/ci.yml)

Copilot uses AI. Check for mistakes.

Do you ever find yourself working on multiple feature branches across a number of clones of the same repo?

Expand Down
Loading