Enable cmake formatting (#53)

* enable cmake formatting

* update style check workflow

* update readme

* update wording
This commit is contained in:
Lars Melchior 2020-08-11 11:10:01 +02:00 committed by GitHub
parent 4e87a9410a
commit 866ae707e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 142 additions and 85 deletions

View file

@ -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