https://github.com/arangodb/clang-format-action
A Github Action to check for clang-format lint errors
https://github.com/arangodb/clang-format-action
Last synced: 4 months ago
JSON representation
A Github Action to check for clang-format lint errors
- Host: GitHub
- URL: https://github.com/arangodb/clang-format-action
- Owner: arangodb
- License: apache-2.0
- Created: 2021-12-07T17:32:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T19:15:02.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T08:33:30.135Z (5 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clang-format-action
An action to error on any clang-format violations.
Runs `clang-format -n -Werror -style=file $sources`, where `$sources` is a user-defined input.