Skip to content

Commit 581a403

Browse files
authored
Fix default branch name in lint workflow.
1 parent c9eff8d commit 581a403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Run clang-format
2727
run: |
28-
if ! git clang-format-${CLANG_VERSION} --binary=clang-format-${CLANG_VERSION} --diff --commit=origin/dev
28+
if ! git clang-format-${CLANG_VERSION} --binary=clang-format-${CLANG_VERSION} --diff --commit=origin/develop
2929
then
3030
echo -e "\033[1;31mCode style does not match clang-format"
3131
exit 1

0 commit comments

Comments
 (0)