/github-actions-python-example

Python example project used for a github actions tutorial

Primary LanguagePython

CI Coverage

Python example for Github Actions tutorial

This repository contains a simple stupid Python project used to illustrate a basic usage of Github actions.

Testing

Install test requirements:

pip install -r test-requirements.txt

Run pytest:

pytest