Skip to content

Commit 931ba87

Browse files
committed
ci(test): reformat job names
1 parent fb7e5ca commit 931ba87

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/gentle-months-protect.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@intlify/eslint-plugin-vue-i18n': patch
3+
---
4+
5+
Reformat CI test job names.

.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)