Skip to content

Commit a5fd5e8

Browse files
committed
reindent
1 parent 8e9e216 commit a5fd5e8

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/main.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,29 @@
33

44
name: Node.js CI
55
on:
6-
push:
7-
branches: [ main ]
8-
pull_request:
9-
branches: [ main ]
6+
push:
7+
branches: [ main ]
8+
pull_request:
9+
branches: [ main ]
1010

1111
jobs:
12-
build:
13-
runs-on: ubuntu-latest
14-
15-
steps:
16-
- uses: actions/checkout@v2
17-
18-
- name: Use Node.js 16.x
19-
uses: actions/setup-node@v2
20-
with:
21-
node-version: 16.x
22-
cache: 'npm'
23-
24-
- name: Install dependencies
25-
run: npm ci
26-
27-
- name: Run Build
28-
run: npm run build --if-present
29-
30-
- name: Run Tests
31-
run: npm test
12+
build:
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- uses: actions/checkout@v2
17+
18+
- name: Use Node.js 16.x
19+
uses: actions/setup-node@v2
20+
with:
21+
node-version: 16.x
22+
cache: 'npm'
23+
24+
- name: Install dependencies
25+
run: npm ci
26+
27+
- name: Run Build
28+
run: npm run build --if-present
29+
30+
- name: Run Tests
31+
run: npm test

0 commit comments

Comments
 (0)