Skip to content

Commit 509d2fa

Browse files
committed
Add lint suggestions
1 parent 907a855 commit 509d2fa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/linter.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,15 @@ jobs:
4949
with:
5050
github_token: ${{ secrets.github_token }} # For providing the commit authorization for the auto_fix feature
5151
clang_format: true
52-
clang_format_auto_fix: false
53-
auto_fix: false
52+
clang_format_auto_fix: true
53+
auto_fix: true
5454
commit: false
5555
continue_on_error: false
5656
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")
5757
clang_format_args: -style=file # Any additional arguments for clang_format
5858

59+
- name: suggester / lint
60+
uses: reviewdog/action-suggester@v1
61+
with:
62+
tool_name: lint
5963

0 commit comments

Comments
 (0)