8000 test(eslint-plugin): update step name to use eslint version · esetnik/typescript-eslint@7f54ae3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f54ae3

Browse files
committed
test(eslint-plugin): update step name to use eslint version
1 parent a05290e commit 7f54ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
yarn lerna:init
262262
yarn check:clean-workspace-after-install
263263
264-
- name: Install specific eslint version from matrix
264+
- name: Use eslint v${{ matrix.eslint-version }}
265265
run: |
266266
yarn add -DW eslint@${{ matrix.eslint-version }} --ignore-scripts
267267

0 commit comments

Comments
 (0)
0