diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed9191c49..7f4e75341 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -116,9 +116,9 @@ jobs: | |||
116 | - run: npm ci | 116 | - run: npm ci |
117 | working-directory: ./editors/code | 117 | working-directory: ./editors/code |
118 | 118 | ||
119 | - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; } | 119 | # - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; } |
120 | if: runner.os == 'Linux' | 120 | # if: runner.os == 'Linux' |
121 | working-directory: ./editors/code | 121 | # working-directory: ./editors/code |
122 | 122 | ||
123 | - run: npm run lint | 123 | - run: npm run lint |
124 | working-directory: ./editors/code | 124 | working-directory: ./editors/code |