aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-17 22:45:01 +0000
committerAleksey Kladov <[email protected]>2020-02-18 00:05:52 +0000
commitd71ddeaced4f191ee3f6d4b301a075c2008a62b8 (patch)
tree32b029c514d6520271a5729689402d21f5818547 /.github
parent07a77ffb351af783df45544447eb1ea88b569540 (diff)
Gate stuff on CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
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