フォーマット: GitHub Actions で spotless check(追加対応)#2010
Merged
xtakahashi-hiroyuki merged 3 commits intomasterfrom Apr 2, 2026
Merged
フォーマット: GitHub Actions で spotless check(追加対応)#2010xtakahashi-hiroyuki merged 3 commits intomasterfrom
xtakahashi-hiroyuki merged 3 commits intomasterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
PR 作成・更新時に実行している Spotless チェック用 GitHub Actions ワークフローについて、手動実行(workflow_dispatch)の追加と Gradle Wrapper 検証アクションの更新を行うPRです。
Changes:
workflow_dispatchを追加して手動実行を可能にする- Gradle Wrapper 検証アクションを
gradle/actions/wrapper-validation(v6.0.1)へ更新
Agent-Logs-Url: https://github.com/dentsusoken/iPLAss/sessions/046f24ce-8887-4401-ac17-f5b093b8b2ed Co-authored-by: xtakahashi-hiroyuki <123434452+xtakahashi-hiroyuki@users.noreply.github.com>
cdb8f2c to
644d7a7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
対応内容
#1753
#2008
に対する追加対応
workflow_dispatchを追加