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

Open
opened 2026-01-29 15:20:31 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/TheAlgorithms/C/pull/900

State: closed
Merged: Yes


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

https://github.com/TheAlgorithms/C/issues/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.

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/900 **State:** closed **Merged:** Yes --- #### 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 https://github.com/TheAlgorithms/C/issues/898 #### Checklist - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [x] test must pass - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] 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. <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/900"><img src="https://gitpod.io/button/open-in-gitpod.svg"/></a>
claunia added the pull-request label 2026-01-29 15:20:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1429