Skip to content

Conversation

@iclanton
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings September 30, 2025 15:05
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a CI build status badge to the README file to display the current build status alongside the existing npm version badge.

  • Added a GitHub Actions CI workflow badge to the README

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

# `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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants