diff --git a/.github/actions/clang-format/action.yml b/.github/actions/clang-format/action.yml index 3c82166e..65d3de80 100644 --- a/.github/actions/clang-format/action.yml +++ b/.github/actions/clang-format/action.yml @@ -18,4 +18,4 @@ runs: - name: clang-format working-directory: ${{ inputs.directory }} shell: bash - run: clang-format-${{ inputs.version }} --dry-run --Werror yoga.cpp # Yoga's config doesn't support ObjC + run: clang-format-${{ inputs.version }} --dry-run --Werror Yoga.cpp # Yoga's config doesn't support ObjC