-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
fix: #898 Awesome workflow (1 files are not in one and only one directory) #900
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: #898 Awesome workflow (1 files are not in one and only one directory) #900
Conversation
leetcode/src/1.c
Outdated
@@ -1,17 +1,168 @@ | |||
int *twoSum(int *nums, int numsSize, int target, int *returnSize) | |||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add this file in a separate PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've done one mistake I never do. making a PR from master, now all the following branches I create from master have that file (1.c) too. D'HO!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This problem should be solved now. For instance I closed the first of my PR the 1.c one and reopen a new one. I also reverted my master branch in order to avoid other mistakes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 🚀
Description of Change
Awesome workflow was counting the length of the modified file list in the number of undesired files.
Added a variable that subtract the right value of one to the length of the modified files.
References
#898
Checklist
Notes: Not a phython expert here so ... double check the implementation.