Skip to content

Commit 2ebff2a

Browse files
committed
chore: transfer to textlint-ja
1 parent 347519f commit 2ebff2a

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
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-latest
9+
strategy:
10+
matrix:
11+
node-version: [10, 12, 14]
12+
steps:
13+
- name: checkout
14+
uses: actions/checkout@v2
15+
- name: setup Node.js ${{ matrix.node-version }}
16+
uses: actions/setup-node@v1
17+
with:
18+
node-version: ${{ matrix.node-version }}
19+
- name: Install
20+
run: npm install
21+
- name: Test
22+
run: npm test

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"license": "MIT",
4040
"repository": {
4141
"type": "git",
42-
"url": "https://github.com/takahashim/textlint-rule-no-doubled-conjunction.git"
42+
"url": "https://github.com/textlint-ja/textlint-rule-no-doubled-conjunction.git"
4343
},
4444
"bugs": {
45-
"url": "https://github.com/takahashim/textlint-rule-no-doubled-conjunction/issues"
45+
"url": "https://github.com/textlint-ja/textlint-rule-no-doubled-conjunction/issues"
4646
},
47-
"homepage": "https://github.com/takahashim/textlint-rule-no-doubled-conjunction"
48-
}
47+
"homepage": "https://github.com/textlint-ja/textlint-rule-no-doubled-conjunction"
48+
}

0 commit comments

Comments
 (0)