chore(ci): rename task Lint to Test Lint

This commit is contained in:
2023-03-02 20:35:07 +08:00
parent 26d5c7966f
commit a3f9084a2e
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: npm ci run: npm ci
# Step IV # Step IV
- name: Lint - name: Test Lint
run: npm run lint run: npm run lint
# Test Build # Test Build
build: build: