1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

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

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: