Skip to content

Commit

Permalink
Adding status badge for CI/CD, closing issue ChicoState#1
Browse files Browse the repository at this point in the history
  • Loading branch information
the-real-brogrammer committed Sep 25, 2024
1 parent 5c75834 commit a04dc8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# MyFave

## Build Status Badge
[![Build C++](https://github.com/the-real-brogrammer/MyFave/actions/workflows/actions.yml/badge.svg)](https://github.com/the-real-brogrammer/MyFave/actions/workflows/actions.yml)

This is a simple C++ command line application to maintain a list of your favorites.

## Getting Started
Expand Down Expand Up @@ -27,4 +30,3 @@ docker run -it cpp-container sh
```
docker run -v "$(pwd)":/usr/src -it cpp-container
```

0 comments on commit a04dc8a

Please sign in to comment.