aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-28 15:23:28 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-28 15:41:49 +0300
commit392a6543cfbd74906314f569b1fd7bdb2983f980 (patch)
treee0960624af7b431b5783b13f71617a5c182d9441 /.github/workflows
parentREADME: fix badge link (diff)
downloadmath-server-392a6543cfbd74906314f569b1fd7bdb2983f980.tar.gz
math-server-392a6543cfbd74906314f569b1fd7bdb2983f980.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 17b9409..ad3b89b 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: