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
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
[x] Create .yml file in the .github/workflows/ directory.
[x] Configure the workflow to trigger on every pull request.
[x] Ensure the workflow runs the complete testing suite defined for the project.
[x] The pull request should only be eligible for merging if all tests pass successfully.
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
.yml
file in the.github/workflows/
directory.