From 09ee66d7710f84bfab3eea5eb22ace903cdf3112 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Wed, 8 Jul 2020 18:13:50 +0100 Subject: [PATCH] Remove double quoting --- .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 99596ecef..3c584640a 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -17,7 +17,7 @@ jobs: - name: clang-format uses: clementine-player/clang-format-lint-action@master with: - style: "'{BasedOnStyle: Google, DerivePointerBinding: false, Standard: Cpp11}'" + style: "{BasedOnStyle: Google, DerivePointerBinding: false, Standard: Cpp11}" source: ./src clangFormatVersion: 9