Skip to content

Commit

Permalink
ci: fix name (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed May 8, 2024
1 parent 1c4b568 commit a0073db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
run: npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose

test:
name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }}
name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }}, Eslint ${{ matrix.eslint-version }}

strategy:
matrix:
Expand Down

0 comments on commit a0073db

Please sign in to comment.