You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.github: move linting jobs into their own workflow
The ruff lint environment was put in a non-passed state since it was run
on a previous change set. This is since a change in `doc/conf.py`
resulted in a failure and a change on this file only triggered the
documentation workflow to run. An update to the workflow trigger events
is needed to ensure `doc/conf.py` trigger a lint check. Although, we do
not want to force an entire build if the documentation's configuration
has just changed. Moving linting into its own workflow handle these
scenarios.
Signed-off-by: James Knight <[email protected]>
0 commit comments