Skip to content

Commit 2aff6be

Browse files
committed
Turning off auto-fix
1 parent 15e5e09 commit 2aff6be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
with:
3737
github_token: ${{ secrets.github_token }} # For providing the commit authorization for the auto_fix feature
3838
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
4343
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")
4444
clang_format_args: -style=file # Any additional arguments for clang_format
4545

0 commit comments

Comments
 (0)