From fe71cecc2acd2898364f42c11565980cd3ffd668 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Mon, 2 Sep 2019 13:27:34 +0200 Subject: [PATCH] ci: use the correct command --- .github/workflows/lint-cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-cron.yml b/.github/workflows/lint-cron.yml index 077fe4388..2e101d128 100644 --- a/.github/workflows/lint-cron.yml +++ b/.github/workflows/lint-cron.yml @@ -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