Skip to content

Commit f18e73e

Browse files
committed
npm run lint in CI/CD
1 parent ad1867f commit f18e73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
node-version: ${{ matrix.node-version }}
5252
- run: npm ci
5353
# test code
54-
- run: npm run standard
54+
- run: npm run lint
5555
- run: npm run validate
5656
- run: npm run c8
5757
# Test global install of the package

0 commit comments

Comments
 (0)