Skip to content

Commit 0e72145

Browse files
committed
ci(pull-request): rename steps to be more differentiated
1 parent f2ce6ec commit 0e72145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
run: npm ci
2424
- name: Commit lint
2525
run: ./node_modules/.bin/commitlint --from $(git merge-base --fork-point master) --verbose
26-
- name: Lint
26+
- name: Eslint
2727
run: npm run lint
28-
- name: Lint
28+
- name: Lint GH Action
2929
uses: wearerequired/lint-action@v2.3.0
3030
with:
3131
continue_on_error: false

0 commit comments

Comments
 (0)