Skip to content

Commit 5ce829a

Browse files
committed
Format CI workflow steps for better readability
1 parent df410b6 commit 5ce829a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ jobs:
44
tests:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
8-
- name: Setup Node.js
9-
uses: actions/setup-node@v4
10-
with:
11-
node-version: 'lts/*'
12-
cache: 'npm'
13-
- name: Install modules
14-
run: npm i
15-
- name: Run tests
16-
run: npm test
7+
- uses: actions/checkout@v4
8+
- name: Setup Node.js
9+
uses: actions/setup-node@v4
10+
with:
11+
node-version: 'lts/*'
12+
cache: 'npm'
13+
- name: Install modules
14+
run: npm i
15+
- name: Run tests
16+
run: npm test

0 commit comments

Comments
 (0)