run prettier on js/test; add prettier check to CI

This commit is contained in:
Brandon Liu
2023-03-12 13:30:57 +08:00
parent 606c80a1fc
commit 802f6aea4e
5 changed files with 414 additions and 400 deletions

View File

@@ -44,6 +44,7 @@ jobs:
node-version: 18.x
- run: python .github/check_examples.py
- run: cd js && npm install && npm test
- run: cd js && npm prettier-check
- run: cd python && python -m unittest test/test_*
- run: cd cpp && make
- run: cd serverless/cloudflare && npm install && npm test