create a quality checking and testing workflow #27

Closed
opened 2025-10-17 23:03:37 +00:00 by AndreFerreira5 · 1 comment
AndreFerreira5 commented 2025-10-17 23:03:37 +00:00 (Migrated from github.com)

this workflow should run on every single push and pull, to ensure we know the status of the project upon changes, for example, know if the changes we just pushed made some tests fail.
we are using uv so ruff should be used for the code linting and formatting
pytest will be used for testing

this workflow should run on every single push and pull, to ensure we know the status of the project upon changes, for example, know if the changes we just pushed made some tests fail. we are using uv so _ruff_ should be used for the code linting and formatting pytest will be used for testing
AndreFerreira5 commented 2025-10-17 23:26:57 +00:00 (Migrated from github.com)

done!
feel free to reopen if you have any suggestion

done! feel free to reopen if you have any suggestion
Sign in to join this conversation.
No description provided.