Skip to content

Commit b39891a

Browse files
committed
chore(formatting): added line breaks
1 parent 324f734 commit b39891a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,27 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
16+
1617
- name: Setup pnpm
1718
uses: pnpm/action-setup@v4
19+
1820
- name: Use Node.js
1921
uses: actions/setup-node@v4
2022
with:
2123
node-version-file: '.nvmrc'
2224
cache: 'pnpm'
25+
2326
- name: Installing dependencies
2427
run: pnpm install
28+
2529
- name: Linting
2630
run: pnpm lint
31+
2732
- name: Type checking
2833
run: pnpm typecheck
34+
2935
- name: Testing
3036
run: pnpm coverage
37+
3138
- name: Building
3239
run: pnpm build

0 commit comments

Comments
 (0)