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