Replies: 2 comments 1 reply
-
@tskluzac Let's figure out which workflows can be completely deleted. From the meeting earlier today and based on my original post it sounds like the following can be removed:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah, I think format-check.yml covers the linting pieces, so we should be able to remove the files you've mentioned above. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some of the workflows don't seem necessary for this project.
There is the "Command Mode Formatting" in
apply-formatting.yml
that apparently formats Python and C++ code. I don't see any C++ in this project and the Python formatting is handled by black. Can someone explain why this workflow is needed and can it be removed from the GitHub Actions for this project?There is the "Pylint" workflow in
pylint-check.yml
which seems redundant since flake8 is being used for linting in this project. What is pylint providing that flake8 is not providing? Can this workflow be removed from this project too?Beta Was this translation helpful? Give feedback.
All reactions