Skip to content

Commit 770cf32

Browse files
committed
Add blank lines to visually group shell command lines
The `run` keys of the steps in the GitHub Actions workflows contain complex shell command lines. The readability of this code is improved by selectively adding blank lines to separate it visually into logical groupings.
1 parent a1ceb44 commit 770cf32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-go-nightly-task.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
KEYCHAIN_PASSWORD: keychainpassword
122122
run: |
123123
echo "${{ secrets.INSTALLER_CERT_MAC_P12 }}" | base64 --decode >"${{ env.INSTALLER_CERT_MAC_PATH }}"
124+
124125
security create-keychain \
125126
-p "${{ env.KEYCHAIN_PASSWORD }}" \
126127
"${{ env.KEYCHAIN }}"

0 commit comments

Comments
 (0)