aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-27 09:40:53 +0000
committerAleksey Kladov <[email protected]>2020-02-27 09:40:53 +0000
commit356395139c5bf692401c32d7512c1d74563413a7 (patch)
tree5381f3ba5308dab7375ea619ab1752860bab9eab /.github
parentebeca1990e6eaf3555ccb4074154b1518fe383fa (diff)
Actually gate CI on eslint
Diffstat (limited to '.github')
-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