diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-13 17:32:05 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-13 17:32:05 +0300 |
commit | 795dd9e87e44d1c49f160cd003cdde4113ee8247 (patch) | |
tree | 8235133e9007abdb53ed7380f201058c24269031 /.github | |
parent | README: fix badge links (diff) | |
download | cmake-common-795dd9e87e44d1c49f160cd003cdde4113ee8247.tar.gz cmake-common-795dd9e87e44d1c49f160cd003cdde4113ee8247.zip |
tools: drop the .py extension
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/basic.yml | 2 |
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: |