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
Hi @WildJimmy, your workflow failed because you didn't add a Python file to your repository.
The failed message indicates that your Pylint code ("*.py") will search for the files containing the .py extension. Since it didn't find any Python files, it failed always.
Once you add a Python file, it will work. I forked your repo, added a sample Python file, and made Linting work.
Looks to me that now only normal lifting issues are reported mostly in the web app. You have a score of 3.41 with most things easy to fix. There is also a vscode plugin that lints it for you automagically.
The linting action always fails. Kind of annoying and also means that it's probably not working properly which defeats the purpose anyhow.
The text was updated successfully, but these errors were encountered: