Skip to content

Commit 7080c53

Browse files
committed
CI: Tweak indentation for test-deploy.yml
Make the indentation here respect the usual two-space sized indenting scheme. Shout-out to savetheclocktower for noticing this.
1 parent 07cdcc4 commit 7080c53

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test-deploy.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
15-
- name: Setup Node.js
16-
uses: actions/setup-node@v3
17-
with:
18-
node-version: '16'
19-
- uses: pnpm/action-setup@v4
14+
- uses: actions/checkout@v3
15+
- name: Setup Node.js
16+
uses: actions/setup-node@v3
17+
with:
18+
node-version: '16'
19+
- uses: pnpm/action-setup@v4
2020
with:
2121
version: 6.0.2
2222
run_install: |
2323
- recursive: true
2424
args: [--frozen-lockfile, --strict-peer-dependencies]
25-
- name: Test Build
26-
run: pnpm build
25+
- name: Test Build
26+
run: pnpm build

0 commit comments

Comments
 (0)