We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9eff8d commit 581a403Copy full SHA for 581a403
.github/workflows/lint.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Run clang-format
27
run: |
28
- if ! git clang-format-${CLANG_VERSION} --binary=clang-format-${CLANG_VERSION} --diff --commit=origin/dev
+ if ! git clang-format-${CLANG_VERSION} --binary=clang-format-${CLANG_VERSION} --diff --commit=origin/develop
29
then
30
echo -e "\033[1;31mCode style does not match clang-format"
31
exit 1
0 commit comments