From 0a0235accbbd47e48ac4b44d8bb0ec3b85cdb84d Mon Sep 17 00:00:00 2001 From: Timotej Ecimovic Date: Sat, 8 Aug 2020 12:19:40 -0400 Subject: [PATCH] Fix a typo and add self-check and generation to the CI. --- .github/workflows/node.js.yml | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4163a64234..18928366e5 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -27,4 +27,6 @@ jobs: - run: sudo apt-get install --fix-missing libpixman-1-dev libcairo-dev libsdl-pango-dev libjpeg-dev libgif-dev - run: npm ci - run: npm run build --if-present - - run: npm test + - run: npm run test + - run: npm run self-check + - run: npm run gen diff --git a/README.md b/README.md index 439407bc7e..cf58823a16 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,4 @@ This software is licensed under [Apache 2.0 license](LICENSE.txt). - [Coding standard](docs/coding_standard.md) - [API](docs/api.md) - [Release notes](docs/releasenotes.md) -- [FAQ](docs/faq.md +- [FAQ](docs/faq.md)