diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6a24219..aa56f8c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -3,6 +3,7 @@ on: branches: - main +name: Unit and Architectural tests jobs: build: name: Build project and run Architectural and Unit testing diff --git a/README.md b/README.md index d922b39..a7cd06f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ +![](https://assets.sverdejot.dev/expense-tracker/header.png) + # Expense Tracker + ![License: MIT](https://img.shields.io/badge/License-MIT-green.svg) +![example workflow](https://github.com/sverdejot/expense-tracker/actions/workflows/build.yaml/badge.svg) ## Description