daita-technologies / backend

Backend system for the DAITA platform.
http://app.daita.tech
GNU Affero General Public License v3.0
3 stars 1 forks source link

👮 add Python linter CI #116

Closed pcaversaccio closed 2 years ago

pcaversaccio commented 2 years ago

Adds a basic linter CI file that currently checks for Python formatting on every push and pull request. This workflow can be extended later. I recommend not merging this PR, until this PR https://github.com/daita-technologies/backend/pull/115 is merged (otherwise the CI action will always fail).