[PR #919] [MERGED] fix: Hotfix/awesome zero files #1447

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

📋 Pull Request Information

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

Base: masterHead: hotfix/awesome_zero_files


📝 Commits (9)

  • 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
  • 13330eb Merge branch 'master' of github.com:TheAlgorithms/C
  • e57c16d fix: revert 1.c
  • 310c333 updating DIRECTORY.md
  • 00985b4 Merge branch 'TheAlgorithms:master' into master
  • c5486bf fix: 0 files are not in one and only one directory

📊 Changes

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

View changed files

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

📄 Description

Description of Change

fix: 0 files are not in one and only one directory as in pr #914
check failing when no nodir_file were present.

References

PR #914

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • PR title follows semantic commit guidelines
  • I acknowledge that all my contributions will be made under the project's license.


🔄 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/919 **Author:** [@straight-into-the-wall](https://github.com/straight-into-the-wall) **Created:** 11/9/2021 **Status:** ✅ Merged **Merged:** 11/9/2021 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `hotfix/awesome_zero_files` --- ### 📝 Commits (9) - [`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 - [`13330eb`](https://github.com/TheAlgorithms/C/commit/13330ebafe5ef36709cbc8499f1be1b24e604e20) Merge branch 'master' of github.com:TheAlgorithms/C - [`e57c16d`](https://github.com/TheAlgorithms/C/commit/e57c16d156ce8e23b20c82350f47dc49e5400ea6) fix: revert 1.c - [`310c333`](https://github.com/TheAlgorithms/C/commit/310c333d7779ae07855fe4cf7403eb073298d0fc) updating DIRECTORY.md - [`00985b4`](https://github.com/TheAlgorithms/C/commit/00985b40f94b6d85814bca2e6aeadb08fccc4a3d) Merge branch 'TheAlgorithms:master' into master - [`c5486bf`](https://github.com/TheAlgorithms/C/commit/c5486bf24cc3848d5fcd707468d12d7426155ac1) fix: 0 files are not in one and only one directory ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/awesome_workflow.yml` (+4 -2) </details> ### 📄 Description #### Description of Change fix: 0 files are not in one and only one directory as in pr #914 check failing when no nodir_file were present. #### References PR #914 #### 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] Added tests and example, test must pass - [X] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [X] I acknowledge that all my contributions will be made under the project's license. <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/919"><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:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1447