Skip to content

Commit f473297

Browse files
committed
update README with badges and update linting workflow
1 parent cd2b9d1 commit f473297

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/lint-with-jshint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
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

node-express-server/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# node-express-server
22
A 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)

0 commit comments

Comments
 (0)