Ubuntu – Pylint fail under does not fail my Github action job
I am trying to implement a python linter using pylint. But i am getting the score of each python file and also displaying the suggestion to improve the score but I am also looking to terminate the GitHub action job…