Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 5bc73a5 according to the output
from Gofumpt and Prettier.

Details: #2595
  • Loading branch information
deepsource-autofix[bot] authored Sep 4, 2024
1 parent 5bc73a5 commit 4818731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/actions/gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func generateWorkflowStruct(data *Data) Workflow {

func sortedPullRequestPaths(data *Data) []string { // TODO: ContainerTypeごとなどいろいろ条件分岐
// イメージをビルドする全ワークフローに共通のパス
var pullRequestPaths = []string{"hack/docker/gen/main.go", "hack/actions/gen/main.go", ".github/actions/docker-build/action.yaml", ".github/workflows/_docker-image.yaml"}
pullRequestPaths := []string{"hack/docker/gen/main.go", "hack/actions/gen/main.go", ".github/actions/docker-build/action.yaml", ".github/workflows/_docker-image.yaml"}
// TODO: 残りの処理
return pullRequestPaths
}
Expand Down

0 comments on commit 4818731

Please sign in to comment.