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:
parent
6e63fb2cdc
commit
09ee66d771
2
.github/workflows/all.yml
vendored
2
.github/workflows/all.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user