https://github.com/sdtelectronics/clang-github-ci
https://github.com/sdtelectronics/clang-github-ci
ci clang-format clang-tidy
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdtelectronics/clang-github-ci
- Owner: SdtElectronics
- Created: 2022-06-15T13:55:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T12:01:26.000Z (about 4 years ago)
- Last Synced: 2025-04-12T21:52:04.313Z (over 1 year ago)
- Topics: ci, clang-format, clang-tidy
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clang-Github-CI
CI scripts for clang-format and clang-tidy.
## Repository layout
* ### .github/workflows
Contains workflow configurations for Github actions.
* ### scripts
Contains shell scripts to run code analysis on CI platforms.
* ### examples
Contains examples to trigger code analysis.
## Notices
* Checks only. Will not alter the commit.
* Checks on changed files only.
* `.clang-format` and `.clang-tidy` files should be placed in the root of the repository. `.clang-format` and `.clang-tidy` files in this repo are just examples. Users should provide their own configurations.
## Credits
Scripts in this repository are extracted from [the CERN Root Project](https://github.com/root-project/root). Use of these scripts should comply with [the ROOT license](https://github.com/root-project/root/blob/master/LICENSE).