GitHub Actions #672
Replies: 6 comments 7 replies
-
@HarshCasper Do we need a report or a log file as well? Though I doubt as it will cram up the Repo. |
Beta Was this translation helpful? Give feedback.
-
You can turn the Linter on the new PRs right now. Some of the existing Code is poorly formatted and I want to focus on cleaning them first, before we turn our attention towards having new enhancements. Regarding a strict PyLint, I have already commented on the Issue. Feel free to use whatever you may like. Log File is not necessary. It is the least thing that I would like to deal with everyday 😆 |
Beta Was this translation helpful? Give feedback.
-
Dear @HarshCasper I was out of the station and was inactive for 2 weeks. I was just going to finalize the Action. i am facing one problem, i.e. this In this case, the action took about 5 min to complete, while I pushed a single file Be advised that with multiple files in a commit or a PR where the action needs to find the My action is doing 4 things as of now
Though we can use GitHub pipelining to increase the speed, hence I suggest to break thin into 3 actions, and then this will take approx 2 min to complete all the task, is that fine by you? |
Beta Was this translation helpful? Give feedback.
-
@HarshCasper The PR is open |
Beta Was this translation helpful? Give feedback.
-
Problem Observed:
The action reports this as an error every time. Secondly, LinkedIn is directing it to 999 code. Proposed Action plan:
|
Beta Was this translation helpful? Give feedback.
-
I meant what should i do? Cause there are 3 tracks for the markdown link action which I can implement, kindly clear it asap. |
Beta Was this translation helpful? Give feedback.
-
Hey, @HarshCasper A few questions, please.
I can either tun the whole linter on the whole codebase (basically meaning that all the files existing will be dealt with), but if I will ensure this functionality, it will be invoked every time, hence not only will make the action super slow but might result in multiple errors (assuming that a lot of files might be poorly formatted).
Or I can run the linter on the new files (new PRs only), remotely run my Linter on the whole repo, make issues for correcting those READMEs, I will deal with as many as I can.
Tell me how you feel about this though.
Secondly, I noticed that you have been pointing out
docstrings
andshebang
in the code reviews, I will make my PyLint action more strict as it is not strict at all right now.Beta Was this translation helpful? Give feedback.
All reactions