unna97 / audio-annonation

Django app that allows you to annotate audio.
MIT License
1 stars 1 forks source link

Continuous Integration Pipeline #33

Closed christopherkeim closed 7 months ago

christopherkeim commented 8 months ago

Description

Adds continuous integration into this repository along with a Makefile for development workflow orchestration.

Infrastructure Added

Linting, Formatting, and Testing

Source code has been linted with ruff and formatted with black:

Motivation and Context

Closes #29 Closes #30

How Has This Been Tested?

Local testing of server with database integration passes.

Dependencies Added:

None

Types of changes

Checklist:

@unna97