Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix badges #7

Merged
merged 1 commit into from
Feb 7, 2024
Merged
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ This is a monolith cli tool written in Go, containing everything I think I need
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Go Report](https://goreportcard.com/badge/github.com/shanehull/shed)](https://goreportcard.com/report/github.com/shanehull/shed)

[![Test Workflow](https://github.com/shanehull/shed/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/shanehull/shed/actions/workflows/test.yaml/badge.svg?branch=main)
[![Lint Workflow](https://github.com/shanehull/shed/actions/workflows/lint.yaml/badge.svg?branch=main)](https://github.com/shanehull/shed/actions/workflows/lint.yaml/badge.svg?branch=main)
[![Release Workflow](https://github.com/shanehull/shed/actions/workflows/release.yaml/badge.svg?branch=release)](https://github.com/shanehull/shed/actions/workflows/release.yaml/badge.svg?branch=release)
[![Test Workflow](https://github.com/shanehull/shed/actions/workflows/test.yaml/badge.svg)](https://github.com/shanehull/shed/actions/workflows/test.yaml/badge.svg)
[![Lint Workflow](https://github.com/shanehull/shed/actions/workflows/lint.yaml/badge.svg)](https://github.com/shanehull/shed/actions/workflows/lint.yaml/badge.svg)
[![Release Workflow](https://github.com/shanehull/shed/actions/workflows/release.yaml/badge.svg?branch=main)](https://github.com/shanehull/shed/actions/workflows/release.yaml/badge.svg?branch=main)

The tool itself is probably no use to you, but due to the way [`urfave/cli`](https://github.com/urfave/cli) defines commands, you can just copy/paste any command you like and use it in your own project.

Expand Down
Loading