Skip to content

Commit

Permalink
Fix a typo and add self-check and generation to the CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecimovic committed Aug 8, 2020
1 parent 18729a9 commit 0a0235a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 0a0235a

Please sign in to comment.