Skip to content

Commit 3edb82f

Browse files
committed
formatting workflow file
1 parent 4da07b3 commit 3edb82f

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/test.yaml

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
name: Tests
22

33
on:
4-
push:
5-
branches: [main]
6-
pull_request:
4+
push:
5+
branches: [main]
6+
pull_request:
77

88
jobs:
9-
build_and_test:
10-
runs-on: ubunut-latest
9+
build_and_test:
10+
runs-on: ubunut-latest
1111

12-
strategy:
13-
fail-fast: false
14-
max-parallel: 4
12+
strategy:
13+
fail-fast: false
14+
max-parallel: 4
1515

16-
steps:
17-
- name: Checkout
18-
uses: actions/checkout@v4
16+
steps:
17+
- name: Checkout
18+
uses: actions/checkout@v4
1919

20-
- name: Use Node.js (20.x)
21-
uses: actions/setup-node@v4
22-
with:
23-
node-version: '20.x'
24-
cache: 'pnpm'
20+
- name: Use Node.js (20.x)
21+
uses: actions/setup-node@v4
22+
with:
23+
node-version: '20.x'
24+
cache: 'pnpm'
2525

26-
- name: Install Dependencies
27-
run: pnpm install
26+
- name: Install Dependencies
27+
run: pnpm install
2828

29-
- name: Build
30-
run: pnpm run build
29+
- name: Build
30+
run: pnpm run build
3131

32-
- name: Unit Tests
33-
run: pnpm run test
32+
- name: Unit Tests
33+
run: pnpm run test

0 commit comments

Comments
 (0)