File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change
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 : yarn install
21
+ - name : Test
22
+ run : yarn test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # textlint-rule-max-ten [ ![ Build Status] ( https://travis-ci.org /textlint-ja/textlint-rule-max-ten.svg?branch=master )] ( https://travis-ci.org /textlint-ja/textlint-rule-max-ten ) [ ![ Gitter ] ( https://badges.gitter.im/textlint-ja/textlint-ja.svg )] ( https://gitter.im/textlint-ja/textlint-ja )
1
+ # textlint-rule-max-ten [ ![ Actions Status: test ] ( https://github.com /textlint-ja/textlint-rule-max-ten/workflows/test/badge .svg )] ( https://github.com /textlint-ja/textlint-rule-max-ten/actions?query=workflow%3A"test" )
2
2
3
3
[ textlint] ( https://github.com/textlint/textlint " textlint ") rule is that limit maximum ten(、) count of sentence.
4
4
You can’t perform that action at this time.
0 commit comments