Skip to content

Coding Convensions

Our codeing convensions are documented here. This is a living document.

Github Workflows / Actions

  • Action / Workflow YAML files: kebab-case
  • Input variables: kebab-case
  • Env variables: SCREAMING_SNAKE_CASE

Python Code

TBD