This repository contains a simple stupid Python project used to illustrate a basic usage of Github actions.
Install test requirements:
pip install -r test-requirements.txt
Run pytest:
pytest
Python example project used for a github actions tutorial
Python