-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
IntermediateThis task is of intermediate difficultyThis task is of intermediate difficultyenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Task
Create a GitHub Actions workflow to automatically run tests on every pull request.
Goal
Ensure that every contribution maintains code quality and doesn't break existing functionality.
Suggested Approach
- Set up a GitHub Actions YAML workflow under
.github/workflows/. - Install dependencies from
requirements.txt. - Run tests using
pytest. - Optionally, add linting with
flake8orblack.
Requirements
- Familiarity with GitHub Actions.
- Basic knowledge of CI pipelines.
References
Difficulty
Intermediate
If you're new to open source, check out our Contributing Guide in the repository. Feel free to ask questions in our Discord: https://discord.gg/GgB8hbvR
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
IntermediateThis task is of intermediate difficultyThis task is of intermediate difficultyenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed