aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 10:56:09 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 10:56:09 +0300
commita92f23e48e51f1fd24858a6dff6b6cf5e111f93e (patch)
treeddfeeb1007331b0a3c028e049efb1300fe8214bc /.github/workflows
parentREADME: fix badge link (diff)
downloadwinapi-common-a92f23e48e51f1fd24858a6dff6b6cf5e111f93e.tar.gz
winapi-common-a92f23e48e51f1fd24858a6dff6b6cf5e111f93e.zip
update cmake-common
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e16116a..d547bc7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
with:
submodules: recursive
- name: Run clang-format
- run: ./cmake/tools/clang-format.py --clang-format clang-format-10
+ run: ./cmake/tools/project-clang-format.py --clang-format clang-format-10
build:
strategy: