diff options
Diffstat (limited to '.github/workflows')
-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 |