Update lint.yml

Lint失敗時もreviewdogを動作させるように
This commit is contained in:
usbharu 2023-10-05 17:19:44 +09:00 committed by GitHub
parent 82545b9e29
commit fdc8387346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 }}