irtizak / scaffold

This is a project scaffold for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python application test with Github Actions

scaffold

This project applies Continuous Integration (CI) using a Makefile.

The Makefile has steps to:

  • install the requirements file
  • format the .py files using black
  • perform lint test using pylint
  • run unit tests using pytest

The CI pipeline is triggered on pushing code to the repo.

About

This is a project scaffold for Python


Languages

Language:Makefile 53.1%Language:Python 46.9%