mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-14 05:44:36 +00:00
[FEATURE] Use workflows from the scripts repository #146
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?
Originally created by @Panquesito7 on GitHub (Feb 10, 2023).
Originally assigned to: @Panquesito7 on GitHub.
Detailed description
Some of the workflows we're using are already well-checked and built on the scripts repository.
We should use these workflows/scripts instead in our GitHub Actions workflow.
Context
This will make it easier to manage the scripts. For example, if there's some bug in the script, we can fix it directly in the scripts repository which will also fix the error in multiple repositories.
Possible implementation
No response
Additional information
I'll work on this very soon.