aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-15 23:06:43 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-15 23:06:43 +0300
commit25f810714ea8249da0a5e30fb0297e9055b70d50 (patch)
tree3ba1fc8d523f0eec310e0fe4ef7e23cb35eb6e41
parentworkflows/ci: use ubuntu-latest (diff)
downloadmath-server-25f810714ea8249da0a5e30fb0297e9055b70d50.tar.gz
math-server-25f810714ea8249da0a5e30fb0297e9055b70d50.zip
workflows/ci: use default clang-format
-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 d0ac751..0dcf83d 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/project-clang-format.py --clang-format clang-format-10
+ run: ./cmake/tools/project-clang-format.py
build:
strategy: