Skip to content

Add GitHub Action for Running Tests #7

@UnitaryIron

Description

@UnitaryIron

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 flake8 or black.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    IntermediateThis task is of intermediate difficultyenhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions