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
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 1 additions and 1 deletions

View File

@ -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: