Signed-off-by: Xuanwo <github@xuanwo.io>
This commit is contained in:
Xuanwo
2023-01-10 12:46:04 +08:00
parent 23b8a713aa
commit 3711df138a

View File

@@ -27,6 +27,9 @@ jobs:
with:
node-version: 16.x
cache: npm
- name: npm install
run: npm install
- name: Prettier Format Check
run: npm run format-check
- name: ESLint Check