File tree Expand file tree Collapse file tree 4 files changed +21
-12
lines changed Expand file tree Collapse file tree 4 files changed +21
-12
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ max_line_length = 80
1111indent_style = tab
1212indent_size = 4
1313
14- [* .md ]
14+ [* .{md,yml} ]
1515indent_style = space
1616
1717[COMMIT_EDITMSG ]
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 install-test
18+ env :
19+ CI : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ faucet-pipeline-js
22==================
33
44[ ![ package version] ( https://img.shields.io/npm/v/faucet-pipeline-js.svg?style=flat )] ( https://www.npmjs.com/package/faucet-pipeline-js )
5- [ ![ build status] ( https://travis-ci.org /faucet-pipeline/faucet-pipeline-js.svg?branch=master )] ( https://travis-ci.org /faucet-pipeline/faucet-pipeline-js )
5+ [ ![ build status] ( https://github.com /faucet-pipeline/faucet-pipeline-js/workflows/tests/badge .svg )] ( https://github.com /faucet-pipeline/faucet-pipeline-js/actions )
66[ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/faucet-pipeline/faucet-pipeline-js.svg )] ( https://greenkeeper.io )
77
88[ faucet-pipeline] ( http://faucet-pipeline.org ) plugin for bundling JavaScript
You can’t perform that action at this time.
0 commit comments