You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
We want to implement continuous integration for our project so that checks that can be done by machines don't have to be done by people during code review. This will free up developer time, and also ensure our project follows the standards we want.
Acceptance Criteria
All tests should be run and checked that they pass.
Lint/Prettier (whichever we end up using) rules should be checked.
Implementation details
This will be set up after initial project skeleton has been merged to main.
Likely configure these with a mix of library set ups and github actions.
Description
We want to implement continuous integration for our project so that checks that can be done by machines don't have to be done by people during code review. This will free up developer time, and also ensure our project follows the standards we want.
Acceptance Criteria
Implementation details
This will be set up after initial project skeleton has been merged to main.
Likely configure these with a mix of library set ups and github actions.
Reviewer
@dkap937-209
The text was updated successfully, but these errors were encountered: