You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/linter.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,10 @@ jobs:
36
36
with:
37
37
github_token: ${{ secrets.github_token }} # For providing the commit authorization for the auto_fix feature
38
38
clang_format: true
39
-
clang_format_auto_fix: true
40
-
auto_fix: true
41
-
commit: true
42
-
continue_on_error: false
39
+
clang_format_auto_fix: false
40
+
auto_fix: false
41
+
commit: false
42
+
continue_on_error: true
43
43
git_email: github.event.commits[0].author.name # Uses the author's git email instead of the default git email associated with the action ("lint-action@samuelmeuli.com")
44
44
clang_format_args: -style=file # Any additional arguments for clang_format
0 commit comments