File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2626 working-directory : node-express-server
2727 run : yarn install
2828
29- - name : Run Mocha tests
29+ - name : Run JSHint lint
3030 working-directory : node-express-server
3131 run : npx jshint webserver.js
Original file line number Diff line number Diff line change 11# node-express-server
22A simple node.js webserver with basic API functionality, written in pure JavaScript.
33
4- [ ![ Mocha Tests] ( https://github.com/Defirence/javascript/actions/workflows/run-mocha-tests.yml/badge.svg )] ( https://github.com/Defirence/javascript/actions/workflows/run-mocha-tests.yml )
4+ [ ![ Mocha Tests] ( https://github.com/Defirence/javascript/actions/workflows/run-mocha-tests.yml/badge.svg )] ( https://github.com/Defirence/javascript/actions/workflows/run-mocha-tests.yml )
5+
6+ [ ![ Lint JSHint] ( https://github.com/Defirence/javascript/actions/workflows/lint-with-jshint.yml/badge.svg )] ( https://github.com/Defirence/javascript/actions/workflows/lint-with-jshint.yml )
You can’t perform that action at this time.
0 commit comments