Enable cmake formatting (#53)
* enable cmake formatting * update style check workflow * update readme * update wording
This commit is contained in:
parent
4e87a9410a
commit
866ae707e5
8 changed files with 142 additions and 85 deletions
6
.github/workflows/style.yml
vendored
6
.github/workflows/style.yml
vendored
|
@ -16,8 +16,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Install clang-format
|
||||
run: brew install clang-format
|
||||
- name: Install format dependencies
|
||||
run: |
|
||||
brew install clang-format
|
||||
pip install cmake_format pyyaml
|
||||
|
||||
- name: configure
|
||||
run: cmake -Htest -Bbuild
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue