From 0e131315c736ec9172d1113780a62ba2fff95a37 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Sun, 24 May 2020 16:35:15 +0100 Subject: [PATCH] Double quote style --- .github/workflows/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 223f9527a..ea402134d 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -15,7 +15,7 @@ jobs: - name: clang-format uses: DoozyX/clang-format-lint-action@v0.6 with: - style: "{BasedOnStyle: Google, DerivePointerBinding: false, Standard: Cpp11}" + style: "'{BasedOnStyle: Google, DerivePointerBinding: false, Standard: Cpp11}'" source: ./src clangFormatVersion: 9