[skip ci] Update github pr workflow step names
This commit is contained in:
4
.github/workflows/build_pull_request.yml
vendored
4
.github/workflows/build_pull_request.yml
vendored
@@ -21,10 +21,10 @@ jobs:
|
|||||||
- name: Install modules
|
- name: Install modules
|
||||||
run: pnpm ci
|
run: pnpm ci
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run linter
|
||||||
run: pnpm lint
|
run: pnpm lint
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run format check
|
||||||
run: pnpm format:check
|
run: pnpm format:check
|
||||||
|
|
||||||
- name: Run TSC
|
- name: Run TSC
|
||||||
|
|||||||
Reference in New Issue
Block a user