Skip to content

Commit 5216f65

Browse files
ci(test): reformat job names (#415)
* ci(test): reformat job names * Delete gentle-months-protect.md --------- Co-authored-by: Yosuke Ota <[email protected]>
1 parent 1315542 commit 5216f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Lint docs
2828
run: pnpm lint:docs
2929
test:
30-
name: 'Test for ESLint 8 on Node.js ${{ matrix.node }} OS: ${{matrix.os}}'
30+
name: 'Test for Node.js ${{ matrix.node }} on ${{ matrix.os }}'
3131
runs-on: ${{ matrix.os }}
3232
strategy:
3333
matrix:
@@ -51,7 +51,7 @@ jobs:
5151
pnpm build
5252
pnpm test:integrations
5353
test-for-eslint:
54-
name: 'Test for ESLint ${{ matrix.eslint }} on ${{ matrix.node }} OS: ${{matrix.os}}'
54+
name: 'Test for ESLint ${{ matrix.eslint }} on ${{ matrix.os }} using Node.js ${{ matrix.node }}'
5555
runs-on: ${{ matrix.os }}
5656
strategy:
5757
matrix:

0 commit comments

Comments
 (0)