Skip to content

Commit cb829d9

Browse files
committed
fix: Fixed indents
1 parent 0564695 commit cb829d9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/run-unit-tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
10-
- uses: actions/setup-node@v4
11-
with:
12-
node-versions: '20.x'
13-
cache: 'npm'
14-
- run: npm install
15-
- run: npm run test
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
11+
with:
12+
node-versions: '20.x'
13+
cache: 'npm'
14+
- run: npm install
15+
- run: npm run test

0 commit comments

Comments
 (0)