Satisfy ruff.#8934
Conversation
|
@alexreinking Will GHA run unconditionally now? Can we change this to run the GHA only upon manual approval? Where is the clang-format check? |
For now, yes. We can add some file pattern exclusions to the Make workflow if we wish.
I'd really rather we didn't require any manual intervention to run CI.
Not running because of the file filter at the top of the workflow. |
Aha, I guess this needs changing then because we this PR changes python code, which requires ruff to run. Unless we split out clang-format and ruff to two different CI steps. |
That would be fine |
No description provided.