Imageomics / Imageomics/cautious-robot
Place linting in a separate workflow
- Dominant language
- Python
- Stars
- 5
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently, if the linter fails then the remaining tests aren't run (see [run here](https://github.com/Imageomics/cautious-robot/actions/runs/26968154766/job/79576165929)). It looks like passing `--fix` could also solve the issue for small items, but I think they should be separate.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the GitHub Actions workflow configuration associated with the linked run to see how linting currently gates the tests. Separate linting from the test workflow, then rerun the checks and confirm that test execution continues when linting fails.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- ci-cd
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100