Skip to content

Commit

Permalink
ci(test): reformat job names (#415)
Browse files Browse the repository at this point in the history
* ci(test): reformat job names

* Delete gentle-months-protect.md

---------

Co-authored-by: Yosuke Ota <[email protected]>
  • Loading branch information
dargmuesli and ota-meshi authored Jul 26, 2023
1 parent 1315542 commit 5216f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Lint docs
run: pnpm lint:docs
test:
name: 'Test for ESLint 8 on Node.js ${{ matrix.node }} OS: ${{matrix.os}}'
name: 'Test for Node.js ${{ matrix.node }} on ${{ matrix.os }}'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -51,7 +51,7 @@ jobs:
pnpm build
pnpm test:integrations
test-for-eslint:
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 }}'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 5216f65

Please sign in to comment.