From 8f12a28e45902d2f9300cf62bdfd4786649b9b59 Mon Sep 17 00:00:00 2001 From: The Alpha Date: Mon, 25 Sep 2023 12:20:29 +0800 Subject: [PATCH] ci(test): Remove lint and format --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66f190f..395e0d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,11 +30,5 @@ jobs: - name: Build run: npm run build --if-present - - name: Lint code - run: npm run lint --if-present - - - name: Format code - run: npm run format --if-present - - name: Test code run: npm test