We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e40f5a commit 2f98659Copy full SHA for 2f98659
.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: CI
2
on: [push]
3
jobs:
4
build:
5
- name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}
+ name: Build and test on Node ${{ matrix.node }} and ${{ matrix.os }}
6
7
runs-on: ${{ matrix.os }}
8
strategy:
0 commit comments