Skip to content

Commit 1bb327a

Browse files
committed
format
1 parent bf85f46 commit 1bb327a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
os: [macos-latest, ubuntu-latest, windows-latest]
1717
runs-on: ${{ matrix.os }}
1818
steps:
19-
- name: Checkout
20-
uses: actions/checkout@v2
21-
- name: Install Node.js
22-
uses: actions/setup-node@v1
23-
with:
24-
node-version: 14.x
25-
- name: Install Dependencies
26-
run: npm ci
27-
- name: Run Linting Checks
28-
run: npm run lint
29-
- name: Run Tests
30-
run: npm run test
19+
- name: Checkout
20+
uses: actions/checkout@v2
21+
- name: Install Node.js
22+
uses: actions/setup-node@v1
23+
with:
24+
node-version: 14.x
25+
- name: Install Dependencies
26+
run: npm ci
27+
- name: Run Linting Checks
28+
run: npm run lint
29+
- name: Run Tests
30+
run: npm run test

0 commit comments

Comments
 (0)