From 356395139c5bf692401c32d7512c1d74563413a7 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 27 Feb 2020 10:40:53 +0100 Subject: Actually gate CI on eslint --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yaml') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 974d18584..3f41d32f7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -110,7 +110,7 @@ jobs: - run: npm audit working-directory: ./editors/code - - run: npm run fmt + - run: npm run lint working-directory: ./editors/code - run: npm run package --scripts-prepend-node-path -- cgit v1.2.3