hhm970 / mental-health-monitor-project

0 stars 0 forks source link

Create GitHub workflows #2

Closed hhm970 closed 5 months ago

hhm970 commented 5 months ago

Description

Needs to be done AFTER writing at least one file and its test file

Required Files

.github/workflows/main.yml

User Story

As an engineer, I need to ensure that my work passes all testing and linting workflows, so that my code is error-free and high-quality

hhm970 commented 5 months ago

Wrote tests in pipeline/test_extract.py; can now start implementing workflows!

hhm970 commented 5 months ago

Removed the feature of caching dependencies for workflows; to be implemented at a later stage.