Skip to content

Commit f8fd4d5

Browse files
committed
Use spaces for yaml actions
1 parent 7cfcb23 commit f8fd4d5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: Test code on pull request
22

33
on:
4-
pull_request:
5-
branches: [main]
4+
pull_request:
5+
branches: [main]
66

77
jobs:
8-
test_pull_request:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v1
13-
with:
14-
node-version: 12
8+
test_pull_request:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
- uses: actions/setup-node@v1
13+
with:
14+
node-version: 12
1515
- run: npm ci
1616
- run: npm test
1717
- run: npm run build

0 commit comments

Comments
 (0)