From 744b1b82e67249b945ae1581cfb07126a2b421ca Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Sun, 12 Mar 2023 13:37:53 +0800 Subject: [PATCH] fix ci prettier-check --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 78a6653..dc08661 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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