[PR #901] [MERGED] fix: #898 another fix for Awesome workflow nodir_files problem #1425

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

📋 Pull Request Information

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

Base: masterHead: awesome_workflow_revert


📝 Commits (8)

  • 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
  • caf0cf3 fix: #898 revert the nodir_files check version prior 2c86fbb
  • bf549b8 fix: revert 1.c changes
  • 37afb22 Apply suggestions from code review
  • 9668ce4 chore: merged upstream

📊 Changes

1 file changed (+4 additions, -5 deletions)

View changed files

📝 .github/workflows/awesome_workflow.yml (+4 -5)

📄 Description

Description of Change

This solution reuse the code that was used to check, for example, commit TheAlgorithms@2c86fbb.

For instance it will enable user to push multiple solution in the leetcode directory in only one PR, as was done for example in PR #327.

References

#898

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • test must pass
  • Relevant documentation/comments is changed or added
  • 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: another solution to #898 reverting the code that used to work


🔄 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/901 **Author:** [@straight-into-the-wall](https://github.com/straight-into-the-wall) **Created:** 10/25/2021 **Status:** ✅ Merged **Merged:** 10/26/2021 **Merged by:** [@mishraabhinn](https://github.com/mishraabhinn) **Base:** `master` ← **Head:** `awesome_workflow_revert` --- ### 📝 Commits (8) - [`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 - [`caf0cf3`](https://github.com/TheAlgorithms/C/commit/caf0cf363e2f74338ee33b55ee33f2c903c84c0f) fix: #898 revert the nodir_files check version prior 2c86fbb - [`bf549b8`](https://github.com/TheAlgorithms/C/commit/bf549b8fd5024603f6a5df5b78879fcb2781e5cb) fix: revert 1.c changes - [`37afb22`](https://github.com/TheAlgorithms/C/commit/37afb22a60ce2c74acc3db96a8fb651357f419dc) Apply suggestions from code review - [`9668ce4`](https://github.com/TheAlgorithms/C/commit/9668ce49730d87a7429961d49315af306329d1dd) chore: merged upstream ### 📊 Changes **1 file changed** (+4 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/awesome_workflow.yml` (+4 -5) </details> ### 📄 Description #### Description of Change This solution reuse the code that was used to check, for example, commit TheAlgorithms@2c86fbb. For instance it will enable user to push multiple solution in the leetcode directory in only one PR, as was done for example in PR #327. #### References #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] Relevant documentation/comments is changed or added - [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: another solution to #898 reverting the code that used to work <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/901"><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:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1425