File tree Expand file tree Collapse file tree 4 files changed +22
-27
lines changed Expand file tree Collapse file tree 4 files changed +22
-27
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,9 @@ max_line_length = 80
1111indent_style = tab
1212indent_size = 4
1313
14- [* .md ]
14+ [* .{md,yml} ]
1515indent_style = space
1616
17- [* .yml ]
18- indent_style = space
19- indent_size = 2
20-
2117[COMMIT_EDITMSG ]
2218trim_trailing_whitespace = false
2319max_line_length = 72
Original file line number Diff line number Diff line change 1+ name : tests
2+ on :
3+ - push
4+ jobs :
5+ build :
6+ runs-on : ubuntu-latest
7+ strategy :
8+ matrix :
9+ node-version :
10+ - 8.x
11+ - 12.x
12+ steps :
13+ - uses : actions/checkout@v1
14+ - uses : actions/setup-node@v1
15+ with :
16+ node-version : ${{ matrix.node-version }}
17+ - run : npm run test:prepare && npm install-test
18+ env :
19+ CI : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# faucet-pipeline-static
22[ ![ npm] ( https://img.shields.io/npm/v/faucet-pipeline-static.svg )] ( https://www.npmjs.com/package/faucet-pipeline-static )
3- [ ![ Build Status ] ( https://travis-ci.org /faucet-pipeline/faucet-pipeline-static.svg?branch=master )] ( https://travis-ci.org /faucet-pipeline/faucet-pipeline-static )
3+ [ ![ build status ] ( https://github.com /faucet-pipeline/faucet-pipeline-static/workflows/tests/badge .svg )] ( https://github.com /faucet-pipeline/faucet-pipeline-static/actions )
44[ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/faucet-pipeline/faucet-pipeline-static.svg )] ( https://greenkeeper.io )
55
6- You can find the documentation [ here ] ( http ://www.faucet-pipeline.org) .
6+ See [ faucet-pipeline.org ] ( https ://www.faucet-pipeline.org) for documentation .
77
88## License
99
You can’t perform that action at this time.
0 commit comments