Skip to content

Commit

Permalink
Merge pull request #48 from progrium/fix-badge
Browse files Browse the repository at this point in the history
docs: fix github actions badge
  • Loading branch information
josegonzalez committed Mar 31, 2024
2 parents 6392fa4 + 1c9699e commit b37ffeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Go library for creating Bash environments, exporting Go functions in them as Bash functions, and running commands in that Bash environment. Combined with a tool like [go-bindata](https://github.com/jteeuwen/go-bindata), you can write programs that are part written in Go and part written in Bash that can be distributed as standalone binaries.

![Github Actions](https://github.com/github/docs/actions/workflows/ci.yml/badge.svg) [![GoDoc](https://godoc.org/github.com/progrium/go-basher?status.svg)](http://godoc.org/github.com/progrium/go-basher)
![Github Actions](https://github.com/progrium/go-basher/actions/workflows/ci.yml/badge.svg) [![GoDoc](https://godoc.org/github.com/progrium/go-basher?status.svg)](http://godoc.org/github.com/progrium/go-basher)

## Using go-basher

Expand Down

0 comments on commit b37ffeb

Please sign in to comment.