Skip to content

Commit c1335c5

Browse files
authored
Update command in CI for linting
1 parent cb75cee commit c1335c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
cache-dependency-path: javascript/package-lock.json
3737
- run: npm install-test
3838
working-directory: javascript
39-
- run: npm run eslint
39+
- run: npm run lint
4040
working-directory: javascript

0 commit comments

Comments
 (0)