This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
✨ GitHub Actionsでterraform fmtを実行してコミットする #25
Draft
ikura-hamu
wants to merge
20
commits into
main
Choose a base branch
from
feat/auto_fmt
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
0ad38ea
:sparkles: GitHub Actionsでterraform fmtを実行してコミットする
ikura-hamu 30f04e4
:construction: fmtでdiffが生じる変更
ikura-hamu 6db6662
:sparkles: traO Judgeのチームを作成 (#24)
ikura-hamu 57fe461
:bug: push時にブランチを指定するように
ikura-hamu 59ecfd0
:bug: fetch-depth: 0を追加
ikura-hamu 9ed32d9
Merge 59ecfd0aae462f4828b819fe175b77445039c89f into 6db6662eb07c2f364…
ikura-hamu e010dbc
[CI] terraform fmt
github-actions[bot] 54c3c2f
:adhesive_bandage: validateとplanはfmtが終わってから実行するように修正
ikura-hamu 915f7c1
:construction: fmtでdiffが生じるような変更
ikura-hamu c3471a8
Merge 915f7c12b00950b58e987f67bc09d4b7b6799ccc into 6db6662eb07c2f364…
ikura-hamu 5585159
[CI] terraform fmt
github-actions[bot] 800517c
:adhesive_bandage: checkoutするブランチ指定
ikura-hamu 8119283
[CI] terraform fmt
github-actions[bot] 4bcc53d
:adhesive_bandage: 再帰的にワークフローを呼ぶ
ikura-hamu b883841
:bug: difが無い時はいろいろスキップする
ikura-hamu 2fc907d
:construction: fmtでdiffが出るような変更
ikura-hamu 977442a
[CI] terraform fmt
github-actions[bot] 88ceb35
:adhesive_bandage: 他のワークフロー呼び出し諦める
ikura-hamu 31a78ff
:recycle: 標準じゃない`test == `をやめて`test -z`にする
ikura-hamu 809f8b9
:recycle: needs: "fmt" -> needs: ["fmt"]
ikura-hamu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これ息してる?それとも上の
test
の部分が働いてない?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
息してると思うけど、どの辺が息してなかった?
想定してる挙動は、
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if
のところ、test
とやりたいこと同じじゃない?という意味でした