Skip to content

Commit 5f59489

Browse files
committed
Add spaces around steps.
1 parent 873f5b6 commit 5f59489

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v2
11+
1112
- name: Install
1213
run: npm install
14+
1315
- name: Build
1416
run: npm run build
17+
1518
- name: Test
1619
run: npm run tests
20+
1721
- name: Deploy
1822
if: github.ref == 'refs/heads/main'
1923
uses: JamesIves/github-pages-deploy-action@releases/v3

0 commit comments

Comments
 (0)