aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-13 17:32:05 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-13 17:32:05 +0300
commit795dd9e87e44d1c49f160cd003cdde4113ee8247 (patch)
tree8235133e9007abdb53ed7380f201058c24269031 /.github/workflows
parentREADME: fix badge links (diff)
downloadcmake-common-795dd9e87e44d1c49f160cd003cdde4113ee8247.tar.gz
cmake-common-795dd9e87e44d1c49f160cd003cdde4113ee8247.zip
tools: drop the .py extension
Diffstat (limited to '')
-rw-r--r--.github/workflows/basic.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml
index c2a1d22..197306c 100644
--- a/.github/workflows/basic.yml
+++ b/.github/workflows/basic.yml
@@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Run clang-format
- run: ./tools/clang-format.py --clang-format clang-format-10
+ run: ./tools/project-clang-format --clang-format clang-format-10
basic:
strategy: