https://github.com/joshuasbrown/cpp-py-formatter
https://github.com/joshuasbrown/cpp-py-formatter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshuasbrown/cpp-py-formatter
- Owner: JoshuaSBrown
- Created: 2021-06-09T19:20:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-21T16:15:40.000Z (7 months ago)
- Last Synced: 2025-05-21T17:25:17.010Z (7 months ago)
- Language: Rust
- Size: 4.12 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ & Python Auto-Format
This is a GitHub Action that provides both automatic clang-formatting for C++
files and black for python files and CI checks.
## Building
This GitHub Action is a docker container action, so it requires a build step.
A simple `docker build .` command should be sufficient to build the Rust tool and
the final GitHub Action image. Once built it will need to be uploaded to
dockerhub.