Skip to content

Commit 2e016cf

Browse files
committed
style: insert newline
1 parent 8840b93 commit 2e016cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-app.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ jobs:
2626
contents: read
2727
steps:
2828
- uses: actions/checkout@v4
29+
2930
# Corepack enable をしておけば package.json の packageManager を読んで適切なバージョンの yarn を使ってくれる。
3031
# ただし非公式な方法であり、あくまでワークアラウンド。
3132
# https://github.com/actions/setup-node/issues/480#issuecomment-1820622085
3233
# > enable corepack **before** setup-node.
3334
- name: Enable Corepack
3435
run: corepack enable
36+
3537
- uses: actions/setup-node@v4
3638
with:
3739
node-version: '20'
@@ -40,5 +42,6 @@ jobs:
4042

4143
- name: Install Dependencies
4244
run: yarn
45+
4346
- name: Build Next.js Project
4447
run: yarn build

0 commit comments

Comments
 (0)