From 208cee254b93781887513c3c0e3390def202f659 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Apr 2021 19:45:41 +0300 Subject: tools: bring back the .py extension It should help running the scripts on Windows, where the .py extension is associated with the Python interpreter. --- .github/workflows/basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 197306c..a0977e8 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/project-clang-format --clang-format clang-format-10 + run: ./tools/project-clang-format.py --clang-format clang-format-10 basic: strategy: -- cgit v1.2.3