mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 15:01:09 +00:00
chore: ciでlintの自動修正を自動で適用するように
This commit is contained in:
@@ -257,8 +257,8 @@ jobs:
|
||||
with:
|
||||
arguments: :hideout-core:detektMain
|
||||
|
||||
- name: "reviewdog-suggester: Suggest any code changes based on diff with reviewdog"
|
||||
- name: Auto Commit
|
||||
if: ${{ always() }}
|
||||
uses: reviewdog/action-suggester@v1
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit_message: "style: fix lint (CI)"
|
||||
Reference in New Issue
Block a user