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
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,15 @@ jobs:
49
49
with:
50
50
github_token: ${{ secrets.github_token }} # For providing the commit authorization for the auto_fix feature
51
51
clang_format: true
52
-
clang_format_auto_fix: false
53
-
auto_fix: false
52
+
clang_format_auto_fix: true
53
+
auto_fix: true
54
54
commit: false
55
55
continue_on_error: false
56
56
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")
57
57
clang_format_args: -style=file # Any additional arguments for clang_format
0 commit comments