Skip to content

Commit f8f9f0c

Browse files
committed
ci: suggest style changes on PRs
1 parent 141a1d8 commit f8f9f0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ jobs:
2020
- uses: fredrikekre/runic-action@v1
2121
with:
2222
version: '1'
23+
continue-on-error: ${{ github.event_name == 'pull_request' }}
24+
- uses: reviewdog/action-suggester@v1
25+
if: github.event_name == 'pull_request'
26+
with:
27+
tool_name: Runic
28+
fail_level: warning

0 commit comments

Comments
 (0)