aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 10:26:08 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 10:26:08 +0300
commit8dfb304f0bf580b7587f3c255e4bd4d2fb1b683b (patch)
tree61cf8bd9b2854508e8faac0dbf5f669dc240276c /.github
parentREADME: fix badge link (diff)
downloadwinapi-utf8-8dfb304f0bf580b7587f3c255e4bd4d2fb1b683b.tar.gz
winapi-utf8-8dfb304f0bf580b7587f3c255e4bd4d2fb1b683b.zip
update cmake-common
Diffstat (limited to '.github')
-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 433d061..873e858 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: