mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-15 14:05:11 +00:00
[FEATURE] Add the C linter to a separate Python script #156
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 (Jun 9, 2023).
Originally assigned to: @Panquesito7 on GitHub.
Detailed description
The current C linter script is directly run on the Awesome Workflow.
However, it'd be more clean to have it in the
scriptsdirectory and run the script on the workflow, so we can edit it easier and test it locally or via Gitpod.Context
This will make the workflow file much cleaner as well as easier to edit and test the script locally or on Gitpod.
Possible implementation
Use the script from Awesome Workflow, add it as a separate script in the
scriptsdirectory, and run it on the workflow.Additional information
No response
@github-actions[bot] commented on GitHub (Jul 12, 2023):
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@github-actions[bot] commented on GitHub (Jul 19, 2023):
Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!