Skip to content

Commit d29de46

Browse files
committed
Added whitespace to github action
1 parent 3436c36 commit d29de46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,25 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v2
23+
2324
- name: Setup .NET
2425
uses: actions/setup-dotnet@v1
2526
with:
2627
dotnet-version: ${{ env.DOTNET_VERSION }}
28+
2729
- name: Setup Node
2830
uses: actions/setup-node@v3
2931
with:
3032
node-version: 18.3.0
33+
3134
- name: Install Cloudflare Wrangler
3235
run: npm install --location=global wrangler
36+
3337
- name: Log in to Azure CLI so the Pulumi run can get Key Vault Secrets
3438
uses: azure/login@v1
3539
with:
3640
creds: ${{ secrets.AZURE_CREDENTIALS_GITHUB_ACTIONS_SVGHELPERS_SITE }}
41+
3742
- name: Install Pulumi
3843
uses: pulumi/setup-pulumi@v2
3944

0 commit comments

Comments
 (0)