Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbd5a626

Browse files
committed
Lint in each os, it's fast.
1 parent083eec2 commitbd5a626

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

‎.github/workflows/node.js.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
node-version:${{ matrix.node-version }}
2525
-name:Install
2626
run:npm install
27+
-name:Lint
28+
run:npm run lint
2729
-name:Test ${{ matrix.node-version }}
28-
run:npm runcoverage
30+
run:npm runtest
2931
-name:Coveralls Parallel
3032
uses:coverallsapp/github-action@master
3133
with:
@@ -36,8 +38,6 @@ jobs:
3638
needs:build
3739
runs-on:ubuntu-latest
3840
steps:
39-
-name:Lint
40-
run:npm run lint
4141
-name:Coveralls Finished
4242
uses:coverallsapp/github-action@master
4343
with:

‎package.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"types":"types/index.d.ts",
88
"scripts": {
99
"clean":"rm -rf coverage",
10-
"coverage":"c8 ava",
11-
"test":"ava",
10+
"test":"c8 ava",
1211
"lint":"eslint . --ext js",
1312
"types":"tsc",
1413
"check":"npm run lint && npm run types && npm run coverage && npm pack --dry-run"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp