We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6932c commit e7bc4e2Copy full SHA for e7bc4e2
.github/workflows/clang-format.yml
@@ -53,5 +53,5 @@ jobs:
53
line2: "IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman,"
54
line3: "AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false,"
55
line4: "ColumnLimit: 80, AccessModifierOffset: -3 }"
56
- # -name: Git Push
57
- # run: git push
+ - name: Git Push
+ run: git push
0 commit comments