Update lint.yml

Lint失敗時もreviewdogを動作させるように
This commit is contained in:
usbharu 2023-10-05 17:19:44 +09:00 committed by GitHub
parent a7f5a33b9e
commit 30e206c21c
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ jobs:
with:
arguments: detektMain
- name: "reviewdog-suggester: Suggest any code changes based on diff with reviewdog"
if: ${{ always() }}
uses: reviewdog/action-suggester@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}