Skip to content

Checking coding convention in CI #586

Description

@intjftw

Currently there is only one job in the GitHub workflow that is responsible for building and testing CC. There should be another job that is runs a coding convention check on the code, and shows discrepancies.

This job should run in parallel with the building and parsing job without impeding this job. It should check C++, JavaScript, Java, and C# code. E.g. for C++, clang-format could do the work well.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions