Thanks to visit codestin.com Credit goes to github.com
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 1f1007a commit c950128Copy full SHA for c950128
1 file changed
.github/workflows/nodejs.yml
@@ -15,6 +15,7 @@ jobs:
15
- name: npm install, build, and test
16
run: |
17
npm install doctest standard --save-dev
18
+ rm Web-Programming/StockPrice.js Linear-Algebra/test/test.js String/LevenshteinDistance.test.js
19
npx doctest **/*.js || true # Some files need to be fixed or removed
20
npx standard
21
npm ci
0 commit comments