We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7e5ca commit 931ba87Copy full SHA for 931ba87
.changeset/gentle-months-protect.md
@@ -0,0 +1,5 @@
1
+---
2
+'@intlify/eslint-plugin-vue-i18n': patch
3
4
+
5
+Reformat CI test job names.
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Lint docs
28
run: pnpm lint:docs
29
test:
30
- name: 'Test for ESLint 8 on Node.js ${{ matrix.node }} OS: ${{matrix.os}}'
+ name: 'Test for Node.js ${{ matrix.node }} on ${{ matrix.os }}'
31
runs-on: ${{ matrix.os }}
32
strategy:
33
matrix:
@@ -51,7 +51,7 @@ jobs:
51
pnpm build
52
pnpm test:integrations
53
test-for-eslint:
54
- name: 'Test for ESLint ${{ matrix.eslint }} on ${{ matrix.node }} OS: ${{matrix.os}}'
+ name: 'Test for ESLint ${{ matrix.eslint }} on ${{ matrix.os }} using Node.js ${{ matrix.node }}'
55
56
57
0 commit comments