1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

update style check workflow

This commit is contained in:
Lars Melchior 2020-08-11 10:58:04 +02:00
parent 6ae0cb404f
commit bb7683a868

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