[FEATURE] Add the C linter to a separate Python script #156

Closed
opened 2026-01-29 15:05:50 +00:00 by claunia · 2 comments
Owner

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 scripts directory 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 scripts directory, and run it on the workflow.

Additional information

No response

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](https://github.com/TheAlgorithms/C/blob/master/.github/workflows/awesome_workflow.yml#L45). However, it'd be more clean to have it in the `scripts` directory 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 `scripts` directory, and run it on the workflow. ### Additional information _No response_
claunia added the enhancement label 2026-01-29 15:05:50 +00:00
Author
Owner

@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 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.
Author
Owner

@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!

@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](https://gitter.im/TheAlgorithms) channel or our [Discord server](https://the-algorithms.com/discord/). Thank you for your contributions!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#156