From a3f9084a2eaae5d1801e26f02be8bd88b2841361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=A1=93=E6=A1=93?= Date: Thu, 2 Mar 2023 20:35:07 +0800 Subject: [PATCH] chore(ci): rename task `Lint` to `Test Lint` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bb9b63..a5520a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Install Dependencies run: npm ci # Step IV - - name: Lint + - name: Test Lint run: npm run lint # Test Build build: