diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 1dbe2ac..ba93886 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python package +name: Python Unittests on: push: diff --git a/README.md b/README.md index abcf57f..e08f83a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # calculator +![GitHub Actions](https://github.com/zevaryx/calculator/actions/workflows/python-package.yml/badge.svg) ![GitLab CI/CD](https://git.zevaryx.com/zevaryx/calculator/badges/main/pipeline.svg) + A simple calculator based on [CodePulse's Math Interpreter series](https://www.youtube.com/playlist?list=PLZQftyCk7_Sdu5BFaXB_jLeJ9C78si5_3) ## Purpose