fix ci prettier-check

This commit is contained in:
Brandon Liu
2023-03-12 13:37:53 +08:00
parent 26d80a9614
commit 744b1b82e6

View File

@@ -44,7 +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 js && npm run prettier-check
- run: cd python && python -m unittest test/test_*
- run: cd cpp && make
- run: cd serverless/cloudflare && npm install && npm test