Skip to content

Commit cd778b9

Browse files
authored
Use consistent lint step naming in CI
1 parent 7b31d79 commit cd778b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
- name: Type checking
6363
run: npm run test:types
6464

65-
- name: gulp lint
65+
- name: Lint checking
6666
if: ${{ !matrix.only_minspec }}
6767
run: npm run test:lint

0 commit comments

Comments
 (0)