Skip to content

Commit ae94c3e

Browse files
authored
chore(meta): rename repository name (#15)
* chore(meta): rename repository name * CI(github): use GitHub Actions * Update README * CI(GitHub): reduce OS * CI(Actions): remove OS
1 parent bf2ca1e commit ae94c3e

File tree

19 files changed

+67
-48
lines changed

19 files changed

+67
-48
lines changed

.github/workflows/test.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: test
2+
on: [push, pull_request]
3+
env:
4+
CI: true
5+
jobs:
6+
test:
7+
name: "Test on Node.js ${{ matrix.node_version }}"
8+
runs-on: ubuntu-18.04
9+
strategy:
10+
matrix:
11+
node_version: [10, 12]
12+
steps:
13+
- name: checkout
14+
uses: actions/checkout@v2
15+
- name: setup Node ${{ matrix.node_version }}
16+
uses: actions/setup-node@v1
17+
with:
18+
node_version: ${{ matrix.node_version }}
19+
- name: Install
20+
run: yarn install
21+
- name: Test
22+
run: yarn test

.travis.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# textlint-rule-spacing [![Build Status](https://travis-ci.org/textlint-ja/textlint-rule-spacing.svg?branch=master)](https://travis-ci.org/textlint-ja/textlint-rule-spacing)
1+
# textlint-rule-preset-ja-spacing [![Actions Status](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/workflows/test/badge.svg)](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/actions?query=workflow%3A"test")
22

33
[textlint](https://textlint.github.io/)のスペース関連のmonorepoです。
44

@@ -90,7 +90,7 @@ textlint --preset preset-ja-spacing README.md
9090
}
9191
```
9292

93-
またデフォルトでは、[textlint-rule-ja-space-around-code](https://github.com/textlint-ja/textlint-rule-spacing/tree/master/packages/textlint-rule-ja-space-around-code)は無効になっています。
93+
またデフォルトでは、[textlint-rule-ja-space-around-code](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/tree/master/packages/textlint-rule-ja-space-around-code)は無効になっています。
9494

9595
次のように設定することで、プリセットに含まれるすべてのルールを有効にできます。
9696

packages/textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ textlint --rule ja-nakaguro-or-halfwidth-space-between-katakana README.md
3333

3434
## Changelog
3535

36-
See [Releases page](https://github.com/textlint-ja/textlint-rule-spacing/releases).
36+
See [Releases page](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/releases).
3737

3838
## Running tests
3939

@@ -45,7 +45,7 @@ Install devDependencies and Run `npm test`:
4545

4646
Pull requests and stars are always welcome.
4747

48-
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-spacing/issues).
48+
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues).
4949

5050
1. Fork it!
5151
2. Create your feature branch: `git checkout -b my-new-feature`

packages/textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git"
12+
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
1313
},
1414
"author": "azu",
1515
"email": "[email protected]",
16-
"homepage": "https://github.com/textlint-ja/textlint-rule-spacing",
16+
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing",
1717
"license": "MIT",
1818
"bugs": {
19-
"url": "https://github.com/textlint-ja/textlint-rule-spacing/issues"
19+
"url": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues"
2020
},
2121
"scripts": {
2222
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",

packages/textlint-rule-ja-no-space-around-parentheses/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ textlint --rule ja-no-space-around-parentheses README.md
4343

4444
## Changelog
4545

46-
See [Releases page](https://github.com/extlint-ja/textlint-rule-spacing/releases).
46+
See [Releases page](https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/releases).
4747

4848
## Running tests
4949

@@ -55,7 +55,7 @@ Install devDependencies and Run `npm test`:
5555

5656
Pull requests and stars are always welcome.
5757

58-
For bugs and feature requests, [please create an issue](https://github.com/extlint-ja/textlint-rule-spacing/issues).
58+
For bugs and feature requests, [please create an issue](https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/issues).
5959

6060
1. Fork it!
6161
2. Create your feature branch: `git checkout -b my-new-feature`

packages/textlint-rule-ja-no-space-around-parentheses/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git"
12+
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
1313
},
1414
"author": "azu",
1515
"email": "[email protected]",
16-
"homepage": "https://github.com/extlint-ja/textlint-rule-spacing",
16+
"homepage": "https://github.com/extlint-ja/textlint-rule-preset-ja-spacing",
1717
"license": "MIT",
1818
"bugs": {
19-
"url": "https://github.com/extlint-ja/textlint-rule-spacing/issues"
19+
"url": "https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/issues"
2020
},
2121
"scripts": {
2222
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",

packages/textlint-rule-ja-no-space-between-full-width/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ textlint --rule ja-no-space-between-full-width README.md
4040

4141
## Changelog
4242

43-
See [Releases page](https://github.com/textlint-ja/textlint-rule-spacing/releases).
43+
See [Releases page](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/releases).
4444

4545
## Running tests
4646

@@ -52,7 +52,7 @@ Install devDependencies and Run `npm test`:
5252

5353
Pull requests and stars are always welcome.
5454

55-
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-spacing/issues).
55+
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues).
5656

5757
1. Fork it!
5858
2. Create your feature branch: `git checkout -b my-new-feature`

packages/textlint-rule-ja-no-space-between-full-width/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git"
12+
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
1313
},
1414
"author": "azu",
1515
"email": "[email protected]",
16-
"homepage": "https://github.com/textlint-ja/textlint-rule-spacing",
16+
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing",
1717
"license": "MIT",
1818
"bugs": {
19-
"url": "https://github.com/textlint-ja/textlint-rule-spacing/issues"
19+
"url": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues"
2020
},
2121
"scripts": {
2222
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",

packages/textlint-rule-ja-space-after-exclamation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ textlint --rule ja-space-after-exclamation README.md
4040

4141
## Changelog
4242

43-
See [Releases page](https://github.com/extlint-ja/textlint-rule-spacing/releases).
43+
See [Releases page](https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/releases).
4444

4545
## Running tests
4646

@@ -52,7 +52,7 @@ Install devDependencies and Run `npm test`:
5252

5353
Pull requests and stars are always welcome.
5454

55-
For bugs and feature requests, [please create an issue](https://github.com/extlint-ja/textlint-rule-spacing/issues).
55+
For bugs and feature requests, [please create an issue](https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/issues).
5656

5757
1. Fork it!
5858
2. Create your feature branch: `git checkout -b my-new-feature`

packages/textlint-rule-ja-space-after-exclamation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git"
12+
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
1313
},
1414
"author": "azu",
1515
"email": "[email protected]",
16-
"homepage": "https://github.com/extlint-ja/textlint-rule-spacing",
16+
"homepage": "https://github.com/extlint-ja/textlint-rule-preset-ja-spacing",
1717
"license": "MIT",
1818
"bugs": {
19-
"url": "https://github.com/extlint-ja/textlint-rule-spacing/issues"
19+
"url": "https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/issues"
2020
},
2121
"scripts": {
2222
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",

packages/textlint-rule-ja-space-after-question/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ textlint --rule ja-space-after-question README.md
4343

4444
## Changelog
4545

46-
See [Releases page](https://github.com/extlint-ja/textlint-rule-spacing/releases).
46+
See [Releases page](https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/releases).
4747

4848
## Running tests
4949

@@ -55,7 +55,7 @@ Install devDependencies and Run `npm test`:
5555

5656
Pull requests and stars are always welcome.
5757

58-
For bugs and feature requests, [please create an issue](https://github.com/extlint-ja/textlint-rule-spacing/issues).
58+
For bugs and feature requests, [please create an issue](https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/issues).
5959

6060
1. Fork it!
6161
2. Create your feature branch: `git checkout -b my-new-feature`

packages/textlint-rule-ja-space-after-question/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git"
12+
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
1313
},
1414
"author": "azu",
1515
"email": "[email protected]",
16-
"homepage": "https://github.com/extlint-ja/textlint-rule-spacing",
16+
"homepage": "https://github.com/extlint-ja/textlint-rule-preset-ja-spacing",
1717
"license": "MIT",
1818
"bugs": {
19-
"url": "https://github.com/extlint-ja/textlint-rule-spacing/issues"
19+
"url": "https://github.com/extlint-ja/textlint-rule-preset-ja-spacing/issues"
2020
},
2121
"scripts": {
2222
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",

packages/textlint-rule-ja-space-around-code/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ textlint --rule ja-space-around-code README.md
6565

6666
## Changelog
6767

68-
See [Releases page](https://github.com/textlint-ja/textlint-rule-spacing/releases).
68+
See [Releases page](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/releases).
6969

7070
## Running tests
7171

@@ -77,7 +77,7 @@ Install devDependencies and Run `npm test`:
7777

7878
Pull requests and stars are always welcome.
7979

80-
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-spacing/issues).
80+
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues).
8181

8282
1. Fork it!
8383
2. Create your feature branch: `git checkout -b my-new-feature`

packages/textlint-rule-ja-space-around-code/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git"
12+
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
1313
},
1414
"author": "azu",
1515
"email": "[email protected]",
16-
"homepage": "https://github.com/textlint-ja/textlint-rule-spacing",
16+
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing",
1717
"license": "MIT",
1818
"bugs": {
19-
"url": "https://github.com/textlint-ja/textlint-rule-spacing/issues"
19+
"url": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues"
2020
},
2121
"scripts": {
2222
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",

packages/textlint-rule-ja-space-between-half-and-full-width/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ textlint --rule ja-space-between-half-and-full-width README.md
8080

8181
## Changelog
8282

83-
See [Releases page](https://github.com/textlint-ja/textlint-rule-spacing/releases).
83+
See [Releases page](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/releases).
8484

8585
## Running tests
8686

@@ -92,7 +92,7 @@ Install devDependencies and Run `npm test`:
9292

9393
Pull requests and stars are always welcome.
9494

95-
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-spacing/issues).
95+
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues).
9696

9797
1. Fork it!
9898
2. Create your feature branch: `git checkout -b my-new-feature`

packages/textlint-rule-ja-space-between-half-and-full-width/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git"
12+
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
1313
},
1414
"author": "azu",
1515
"email": "[email protected]",
16-
"homepage": "https://github.com/textlint-ja/textlint-rule-spacing",
16+
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing",
1717
"license": "MIT",
1818
"bugs": {
19-
"url": "https://github.com/textlint-ja/textlint-rule-spacing/issues"
19+
"url": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues"
2020
},
2121
"scripts": {
2222
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",

packages/textlint-rule-preset-ja-spacing/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
含まれているルールに関しては以下を参照してください。
77

8-
- [textlint-ja/textlint-rule-spacing: スペース周りのスタイルを扱うtextlintルール集](https://github.com/textlint-ja/textlint-rule-spacing "textlint-ja/textlint-rule-spacing: スペース周りのスタイルを扱うtextlintルール集")
8+
- [textlint-ja/textlint-rule-preset-ja-spacing: スペース周りのスタイルを扱うtextlintルール集](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing "textlint-ja/textlint-rule-preset-ja-spacing: スペース周りのスタイルを扱うtextlintルール集")
99

1010
それぞれのルールは個別のモジュールであるため、必要なルールのみをインストールすることも可能です。
1111

@@ -36,7 +36,7 @@ textlint --preset ja-spacing README.md
3636

3737
## Options
3838

39-
デフォルトでは、[textlint-rule-ja-space-around-code](https://github.com/textlint-ja/textlint-rule-spacing/tree/master/packages/textlint-rule-ja-space-around-code)は無効になっています。
39+
デフォルトでは、[textlint-rule-ja-space-around-code](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/tree/master/packages/textlint-rule-ja-space-around-code)は無効になっています。
4040

4141
次のように設定することで、プリセットに含まれるすべてのルールを有効にできます。
4242

@@ -55,7 +55,7 @@ textlint --preset ja-spacing README.md
5555

5656
## Changelog
5757

58-
See [Releases page](https://github.com/textlint-ja/textlint-rule-spacing/releases).
58+
See [Releases page](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/releases).
5959

6060
## Running tests
6161

@@ -67,7 +67,7 @@ Install devDependencies and Run `npm test`:
6767

6868
Pull requests and stars are always welcome.
6969

70-
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-spacing/issues).
70+
For bugs and feature requests, [please create an issue](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues).
7171

7272
1. Fork it!
7373
2. Create your feature branch: `git checkout -b my-new-feature`

packages/textlint-rule-preset-ja-spacing/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "textlint-rule-preset-ja-spacing",
33
"version": "2.0.1",
4-
"description": "textlint-rule-spacingのルールプリセット",
4+
"description": "textlint-rule-preset-ja-spacingのルールプリセット",
55
"main": "lib/index.js",
66
"files": [
77
"src/",
88
"lib/"
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/textlint-ja/textlint-rule-spacing.git"
12+
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
1313
},
1414
"author": "azu",
1515
"email": "[email protected]",
16-
"homepage": "https://github.com/textlint-ja/textlint-rule-spacing",
16+
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing",
1717
"license": "MIT",
1818
"bugs": {
19-
"url": "https://github.com/textlint-ja/textlint-rule-spacing/issues"
19+
"url": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues"
2020
},
2121
"scripts": {
2222
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",

0 commit comments

Comments
 (0)