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