From eb6b8594d3865fbf3fccf5ada28ea9160baba269 Mon Sep 17 00:00:00 2001 From: Jerome Wu Date: Wed, 14 Oct 2020 10:27:24 +0800 Subject: [PATCH] Add lint stage & update README.md --- .github/workflows/node.js.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 8a9b49d..576a15b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,4 +25,5 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm ci + - run: npm run lint - run: npm test diff --git a/README.md b/README.md index 1dae233..73b448c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Tesseract.js

-![Node.js CI](https://github.com/naptha/tesseract.js/workflows/Node.js%20CI/badge.svg) +![Lint & Test](https://github.com/naptha/tesseract.js/workflows/Node.js%20CI/badge.svg) [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://github.com/naptha/tesseract.js) [![Financial Contributors on Open Collective](https://opencollective.com/tesseractjs/all/badge.svg?label=financial+contributors)](https://opencollective.com/tesseractjs) [![npm version](https://badge.fury.io/js/tesseract.js.svg)](https://badge.fury.io/js/tesseract.js) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/naptha/tesseract.js/graphs/commit-activity)