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