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 Clang-Format check in GitHub Action. #109

Merged
merged 2 commits into from
Mar 8, 2024

Conversation

cristian64
Copy link
Collaborator

C++ source files have been re-formatted via Clang-Format, as a number of files had been overlooked in recent commits and were not compliant with the .clang-format file.

A Lint GitHub Action has been added to ensure no further regression.

In recent changes, code that is not compliant with the `.clang-format`
file has been commited.

The following command has been executed against the `Source` directory:

```bash
$ cd Source
$ find . -regex '.*\.\(cpp\|h\)' -exec clang-format -i {} \;
```
C++ source files are checked with Clang-Format.
@dreamsyntax dreamsyntax merged commit aa5c167 into aldelaro5:master Mar 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants