Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add github action to check that all files are formatted #37

Merged

Commits on Jul 16, 2024

  1. feat: add github action to check that all files are formatted

    To ignore certain folders we add a format file in them,
    this is needed for the common and modules folders
    since they bring too many legacy files.
    
    We also reuse a existing github action to perform the actual
    clang format check.
    jr0me committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4399f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a0652 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b968f0 View commit details
    Browse the repository at this point in the history
  4. feat: print clang format errors both to console and file

    Otherwise to see the actual errors one must download
    the artifact generated by the action. If there are only a
    few errors is easier and faster to just read the output
    from the github action onsite.
    jr0me committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1bed5a6 View commit details
    Browse the repository at this point in the history