We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1315542 commit 5216f65Copy full SHA for 5216f65
.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