BUG: codestyle checks should not be skipped with `[ci skip]`
Open
bug
infrastructure
- Dominant language
- Python
- Stars
- 791
- Forks
- 451
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 4
Description
I'm not yet sure how to make sure we trigger the codestyle checks even when `[ci skip]` is present, thus GHA is skipped running. But we really should not skip those CIs as even docs changes could trigger failures later, e.g. see https://github.com/astropy/astroquery/pull/3239
Contributor guide
Research direction
Start by inspecting the GitHub Actions workflow definitions that handle codestyle checks and compare their behavior with the [ci skip] case. Review astroquery#3239 for the documented failure scenario. Done means codestyle checks still run when [ci skip] is present, while the intended skip behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100