-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Objectives:
- Create an issues template (.github/ISSUE_TEMPLATE/*)
- Rationale: standarize communication, reduce organizational overhead
- Create a "on workflow_dispatch" CI with testing
- Rationale: currently only CI goes for pushes on main or its PR. Testing in Github's runner insteaed of locally is meaningful for certain context such as not being able to run radical flow becuase of being in a MacOS. This would be meaningful assuming you dont use a VM/docker.
- Integrate linting into the CI pipeline in order to standarize the code styling
- Add test coverage to githubs' artifacts
Reactions are currently unavailable