COSC381-2024Fall / Todo-List-CLI

This project is a command-line to-do list manager, where users can add, view, and delete tasks. The project is incomplete, with room for improvements and bug fixes.
MIT License
0 stars 1 forks source link

Add GitHub Action for Automated Test Suite on Pull Requests #80

Closed sjiang1 closed 4 days ago

sjiang1 commented 5 days ago

We need a GitHub Action to run tests on every pull request. This workflow should start automatically when a pull request is opened. It will help catch issues early by ensuring all tests pass before merging.

Tasks