ci: use the correct command

This commit is contained in:
iCrawl
2019-09-02 13:27:34 +02:00
parent 3ce60212e6
commit fe71cecc2a

View File

@@ -17,7 +17,7 @@ jobs:
- name: npm install
run: npm install
- name: eslint
uses: npm run lint
run: npm run lint
typings-lint:
name: typings-lint