Skip to content

Commit 0fc5229

Browse files
🔧 fix
1 parent 44fc73b commit 0fc5229

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ jobs:
2424
- uses: actions/setup-node@v2
2525
with:
2626
node-version: '14'
27-
- run: |
28-
npm ci
29-
npm test
30-
npm eslint
27+
- run: npm ci
28+
- run: npm eslint
29+
- run: npm test
3130
- uses: paambaati/codeclimate-action@v2.7.5
3231
env:
3332
CC_TEST_REPORTER_ID: af882de8052c9e436d8e7980bec9c61773f9a9e8cf327b27e97832bfa9628f11

0 commit comments

Comments
 (0)