Skip to content

Continous Integration Pipeline

These are just scripts that run whenever you do pull requests and successful merges. There are a couple of scripts that are currently configured see .github/workflows:

Automated Linting/Formatting Check lint.yml

This is checks formatting of your code both client and server folders. It can also help eliminate possible silly mistakes that prevent the code from running.

Automated Documentation Deployment docs.yml

This automatically deploys this documentation whenever main is updated with new changes.