aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-27 09:47:43 +0000
committerGitHub <[email protected]>2020-02-27 09:47:43 +0000
commit9a8329a3a7b0a1e68336a0a1b9e5235eba05efb8 (patch)
treeea72f67380a86bf68778594fa64362bfac7c573e /.github/workflows/ci.yaml
parentebeca1990e6eaf3555ccb4074154b1518fe383fa (diff)
parentcfa5afa02d415c32e43498dcd0e8b8fa756b9093 (diff)
Merge pull request #3340 from matklad/fix-lint
Actually gate CI on eslint
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
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:
110 - run: npm audit 110 - run: npm audit
111 working-directory: ./editors/code 111 working-directory: ./editors/code
112 112
113 - run: npm run fmt 113 - run: npm run lint
114 working-directory: ./editors/code 114 working-directory: ./editors/code
115 115
116 - run: npm run package --scripts-prepend-node-path 116 - run: npm run package --scripts-prepend-node-path