Skip to content

Commit

Permalink
Added CI status badge to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TawreCZ committed Jan 30, 2025
1 parent 99d8be2 commit e31b079
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# learn-cicd-starter (Notely)
![Test badge status](https://github.com/TawreCZ/learn-cicd-starter/actions/workflows/ci.yml/badge.svg)

Tawre's version of Boot.dev's Notely app.

This repo contains the starter code for the "Notely" application for the "Learn CICD" course on [Boot.dev](https://boot.dev).

Expand All @@ -21,4 +24,4 @@ go build -o notely && ./notely
*This starts the server in non-database mode.* It will serve a simple webpage at `http://localhost:8080`.

You do *not* need to set up a database or any interactivity on the webpage yet. Instructions for that will come later in the course!
Tawre's version of Boot.dev's Notely app.

0 comments on commit e31b079

Please sign in to comment.