mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-31 22:21:13 +02:00
update style check workflow
This commit is contained in:
parent
6ae0cb404f
commit
bb7683a868
1 changed files with 4 additions and 2 deletions
6
.github/workflows/style.yml
vendored
6
.github/workflows/style.yml
vendored
|
@ -16,8 +16,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Install clang-format
|
- name: Install format dependencies
|
||||||
run: brew install clang-format
|
run: |
|
||||||
|
brew install clang-format
|
||||||
|
pip install cmake_format pyyaml
|
||||||
|
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake -Htest -Bbuild
|
run: cmake -Htest -Bbuild
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue