mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-07-10 11:07:00 +00:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:awesome_workflow_revert📝 Commits (8)
4ff5849perf: faster implementation of the TwoSum problem6453a9edoc: fixed typos on comments80e54d9updating DIRECTORY.md23c0485fix: comments on includes. Doxygen file. static test functioncaf0cf3fix: #898 revert the nodir_files check version prior2c86fbbbf549b8fix: revert 1.c changes37afb22Apply suggestions from code review9668ce4chore: 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
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.