1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-02 12:26:48 +01:00

Remove double quoting

This commit is contained in:
John Maguire 2020-07-08 18:13:50 +01:00
parent 6e63fb2cdc
commit 09ee66d771

View File

@ -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