add CONTRIBUTING.md (#412)

This commit is contained in:
Lars Melchior
2022-09-28 04:55:09 +02:00
committed by GitHub
parent 4d33686a50
commit 1f4909ca44
2 changed files with 179 additions and 4 deletions

View File

@@ -11,15 +11,13 @@ on:
jobs:
style:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install format dependencies
run: |
brew install clang-format
pip3 install cmake_format==0.6.11 pyyaml
run: pip3 install clang-format==14.0.6 cmake_format==0.6.11 pyyaml
- name: configure
run: cmake -Stest/style -Bbuild/style