mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[FEATURE] Add the C linter to a separate Python script #153
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