mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
git pull & then push
This commit is contained in:
parent
e7bc4e2619
commit
fed47f610c
2
.github/workflows/clang-format.yml
vendored
2
.github/workflows/clang-format.yml
vendored
@ -54,4 +54,4 @@ jobs:
|
|||||||
line3: "AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false,"
|
line3: "AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false,"
|
||||||
line4: "ColumnLimit: 80, AccessModifierOffset: -3 }"
|
line4: "ColumnLimit: 80, AccessModifierOffset: -3 }"
|
||||||
- name: Git Push
|
- name: Git Push
|
||||||
run: git push
|
run: git pull && git push
|
||||||
|
Loading…
Reference in New Issue
Block a user