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

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/900
Author: @straight-into-the-wall
Created: 10/25/2021
Status: Merged
Merged: 10/25/2021
Merged by: @Panquesito7

Base: masterHead: awesome_workflow


📝 Commits (6)

  • 4ff5849 perf: faster implementation of the TwoSum problem
  • 6453a9e doc: fixed typos on comments
  • 80e54d9 updating DIRECTORY.md
  • 23c0485 fix: comments on includes. Doxygen file. static test function
  • 731818d fix: #898 awesome-workflow: 1 files are not in one and only one directory
  • 580ec52 fix: revert 1.c changes

📊 Changes

2 files changed (+8 additions, -4 deletions)

View changed files

📝 .github/workflows/awesome_workflow.yml (+5 -3)
📝 DIRECTORY.md (+3 -1)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/900 **Author:** [@straight-into-the-wall](https://github.com/straight-into-the-wall) **Created:** 10/25/2021 **Status:** ✅ Merged **Merged:** 10/25/2021 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `awesome_workflow` --- ### 📝 Commits (6) - [`4ff5849`](https://github.com/TheAlgorithms/C/commit/4ff5849c55957ad1988e5f88b63b9d3992a3ddf6) perf: faster implementation of the TwoSum problem - [`6453a9e`](https://github.com/TheAlgorithms/C/commit/6453a9e748c75ed87ce2f54cf7f9feb0c867af40) doc: fixed typos on comments - [`80e54d9`](https://github.com/TheAlgorithms/C/commit/80e54d94f937b733dcc75d7b6ea1b4eb337d7cce) updating DIRECTORY.md - [`23c0485`](https://github.com/TheAlgorithms/C/commit/23c0485933b11280388b01e5791cd408929ce133) fix: comments on includes. Doxygen file. static test function - [`731818d`](https://github.com/TheAlgorithms/C/commit/731818da34bfd2489556e769e74f37f15998b60b) fix: #898 awesome-workflow: 1 files are not in one and only one directory - [`580ec52`](https://github.com/TheAlgorithms/C/commit/580ec5292206376c90479753fbe40aee18734754) fix: revert 1.c changes ### 📊 Changes **2 files changed** (+8 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/awesome_workflow.yml` (+5 -3) 📝 `DIRECTORY.md` (+3 -1) </details> ### 📄 Description #### 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:20:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1426