diff options
author | Aleksey Kladov <[email protected]> | 2020-02-18 00:12:29 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-18 00:12:29 +0000 |
commit | 784919aec19be04845d39df1d7ef676afbaa421d (patch) | |
tree | d6d3351f880d6c1d21f1c9807e207c7f52ec8714 /.github | |
parent | fcca80fb7d1cb11bbedbdc0ab21817db9e4ebee9 (diff) | |
parent | f2e44cfe856a9b96ea24f248eb3ab5af8775481e (diff) |
Merge pull request #3209 from matklad/eslint
Eslint
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2605bc6ae..42b1c6921 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -95,5 +95,7 @@ jobs: | |||
95 | 95 | ||
96 | - run: npm ci | 96 | - run: npm ci |
97 | working-directory: ./editors/code | 97 | working-directory: ./editors/code |
98 | - run: npm run fmt | ||
99 | working-directory: ./editors/code | ||
98 | - run: npm run package --scripts-prepend-node-path | 100 | - run: npm run package --scripts-prepend-node-path |
99 | working-directory: ./editors/code | 101 | working-directory: ./editors/code |