Update README to add pipline packages

This commit is contained in:
Zevaryx 2021-05-05 18:06:28 -06:00
parent 7c76442a45
commit ad6d3bbd90
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # 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 # 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: on:
push: push:

View file

@ -1,5 +1,7 @@
# calculator # 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) A simple calculator based on [CodePulse's Math Interpreter series](https://www.youtube.com/playlist?list=PLZQftyCk7_Sdu5BFaXB_jLeJ9C78si5_3)
## Purpose ## Purpose