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

Commitd114ee8

Browse files
committed
[actions] remove redundant finisher; use reusable workflow
1 parent464a9e3 commitd114ee8

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

‎.github/workflows/node-aught.yml‎

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,3 @@ jobs:
1010
type:minors
1111
command:npm run tests-only
1212
skip-ls-check:false
13-
14-
node:
15-
name:'node < 10'
16-
needs:[tests]
17-
runs-on:ubuntu-latest
18-
steps:
19-
-run:'echo tests completed'

‎.github/workflows/node-harmony.yml‎

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,3 @@ jobs:
99
range:'>=0.4 <16'
1010
type:minors
1111
command:npm run test:harmony
12-
13-
node:
14-
name:'node: harmony'
15-
needs:[tests]
16-
runs-on:ubuntu-latest
17-
steps:
18-
-run:'echo tests completed'

‎.github/workflows/node-tens.yml‎

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,3 @@ jobs:
99
range:'>= 10'
1010
type:minors
1111
command:npm run tests-only
12-
13-
node:
14-
name:'node >= 10'
15-
needs:[tests]
16-
runs-on:ubuntu-latest
17-
steps:
18-
-run:'echo tests completed'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp