deepgram / deepgram-python-sdk

Official Python SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
175 stars 47 forks source link

[Automation] Markdown linting #387

Closed dvonthenen closed 1 month ago

dvonthenen commented 1 month ago

Proposed changes

Markdown should adhere to known standards. Look into: ghcr.io/igorshubovych/markdownlint-cli

This is already implemented in Go and needs to be ported over: https://github.com/deepgram/deepgram-go-sdk/pull/208

Context

Possible Implementation

Other information

dvonthenen commented 1 month ago

PR Merged: https://github.com/deepgram/deepgram-python-sdk/pull/394