Skip to content

Commit 42b04c6

Browse files
committed
refactor: streamline testing workflow by removing unnecessary line breaks
1 parent 223dec1 commit 42b04c6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
node-version: "lts/*"
1717

1818
- name: Install dependencies
19-
run: |
20-
npm clean-install
19+
run: npm clean-install
2120

2221
- name: Run linter
23-
run: |
24-
npm run lint
22+
run: npm run lint
23+
24+
- name: Run TypeCheck
25+
run: npm run type-check

0 commit comments

Comments
 (0)