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

Open
opened 2026-01-29 15:05:47 +00:00 by claunia · 0 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:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#153