Skip to content

Commit 76b6651

Browse files
committed
Update CI workflow
1 parent ecbdca6 commit 76b6651

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
lint:
17-
name: Lint on Node.js ${{ matrix.node }} and ${{ matrix.os }}
17+
name: Test on Node.js ${{ matrix.node }} and ${{ matrix.os }}
1818

1919
runs-on: ${{ matrix.os }}
2020

@@ -37,8 +37,5 @@ jobs:
3737
- name: Install dependencies
3838
run: npm ci
3939

40-
- name: Lint
41-
run: npm run lint
42-
4340
- name: Test
4441
run: npm run test

0 commit comments

Comments
 (0)