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)