Skip to content
This repository was archived by the owner on Feb 7, 2021. It is now read-only.

Commit 2582fa4

Browse files
authored
ci: fix github action yml indents (#98)
1 parent 85cf473 commit 2582fa4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v1
3333
- uses: actions/setup-node@v1
34-
with:
35-
node-version: 10
34+
with:
35+
node-version: 10
3636
- run: npm ci
3737
- run: npm run e2e
3838

.github/workflows/pull-requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v1
4343
- uses: actions/setup-node@v1
44-
with:
45-
node-version: 10
44+
with:
45+
node-version: 10
4646
- run: npm ci
4747
- run: npm run e2e
4848

0 commit comments

Comments
 (0)