deepgram/deepgram-python-sdk

[Automation] Yaml/Action Linting

dvonthenen opened this issue · 1 comments

Proposed changes

Yaml and GitHub Actions Yaml should adhere to known standards. Look into:

  • cytopia/yamllint
  • github.com/rhysd/actionlint/

This is already implemented in Go and needs to be ported over:
deepgram/deepgram-go-sdk#208

Context

Possible Implementation

Other information

PR Merged: #394