Skip to content

fix: #898 Awesome workflow (1 files are not in one and only one directory)#900

Merged
Panquesito7 merged 6 commits into
TheAlgorithms:masterfrom
straight-into-the-wall:awesome_workflow
Oct 25, 2021
Merged

fix: #898 Awesome workflow (1 files are not in one and only one directory)#900
Panquesito7 merged 6 commits into
TheAlgorithms:masterfrom
straight-into-the-wall:awesome_workflow

Conversation

@straight-into-the-wall

@straight-into-the-wall straight-into-the-wall commented Oct 25, 2021

Copy link
Copy Markdown
Contributor

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

  • Added description of change
  • Added file name matches File name guidelines
  • test must pass
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes: Not a phython expert here so ... double check the implementation.

Comment thread leetcode/src/1.c Outdated
@@ -1,17 +1,168 @@
int *twoSum(int *nums, int numsSize, int target, int *returnSize)
/**

Copy link
Copy Markdown
Member

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?

Copy link
Copy Markdown
Contributor Author

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!

@straight-into-the-wall straight-into-the-wall Oct 25, 2021

Copy link
Copy Markdown
Contributor Author

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.

@Panquesito7 Panquesito7 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 🚀

@Panquesito7 Panquesito7 merged commit 779e2f0 into TheAlgorithms:master Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Approved; waiting for merge enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Awesome CI Workflow Code formater: "2 files are not in one and only one directory" but they are in separate branches.

3 participants