aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-15 23:06:16 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-15 23:06:16 +0300
commit2dee4e95e629d315e8d68bf275c900ffbb7317c0 (patch)
treed22f682bdbb87127d0973b92468e64498faff6f9 /.github
parentworkflows/ci: use ubuntu-latest (diff)
downloadwinapi-debug-2dee4e95e629d315e8d68bf275c900ffbb7317c0.tar.gz
winapi-debug-2dee4e95e629d315e8d68bf275c900ffbb7317c0.zip
workflows/ci: use default clang-format
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 fb92e39..a7166ff 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: