We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33eefa commit 4310e0eCopy full SHA for 4310e0e
.github/workflows/ci.yaml
@@ -116,9 +116,9 @@ jobs:
116
- run: npm ci
117
working-directory: ./editors/code
118
119
- - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
120
- if: runner.os == 'Linux'
121
- working-directory: ./editors/code
+# - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
+# if: runner.os == 'Linux'
+# working-directory: ./editors/code
122
123
- run: npm run lint
124
0 commit comments