File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1+ name : GithubCI
2+
3+ on : [push]
4+
5+ jobs :
6+ build :
7+
8+ runs-on : ubuntu-latest
9+
10+ strategy :
11+ matrix :
12+ node-version : [10.x, 11.x, 12.x, 13.x]
13+
14+ steps :
15+ - uses : actions/checkout@v2
16+ - name : Use Node.js ${{ matrix.node-version }}
17+ uses : actions/setup-node@v1
18+ with :
19+ node-version : ${{ matrix.node-version }}
20+ - run : npm install
21+ - run : npm run build --if-present
22+ - run : npm test
23+ env :
24+ CI : true
Original file line number Diff line number Diff line change 22===
33CLI for Developers
44
5+ [ ![ GithubCI] ( https://github.com/codingtools/cdt/workflows/GithubCI/badge.svg )] ( https://github.com/codingtools/cdt/actions?query=workflow%3AGithubCI )
56[ ![ CircleCI] ( https://circleci.com/gh/codingtools/cdt/tree/release%2Frelease-v0.1.svg?style=shield )] ( https://circleci.com/gh/codingtools/cdt/tree/release%2Frelease-v0.1 )
7+ [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/82d29e2a902a4c338228d636f290d9cd )] ( https://app.codacy.com/gh/codingtools/cdt?utm_source=github.com&utm_medium=referral&utm_content=codingtools/cdt&utm_campaign=Badge_Grade_Dashboard )
68[ ![ Version] ( https://img.shields.io/npm/v/@codingtools/cdt )] ( https://npmjs.org/package/@codingtools/cdt )
79![ npm] ( https://img.shields.io/npm/dt/@codingtools/cdt )
8- ![ npm] ( https://img.shields.io/npm/dm/@codingtools/cdt )
9- [ ![ GitHub commit activity] ( https://img.shields.io/github/commit-activity/m/codingtools/cdt )] ( https://github.com/codingtools/cdt/graphs/commit-activity )
10+ ![ node (scoped)] ( https://img.shields.io/node/v/@codingtools/cdt ) [ ![ GitHub commit activity] ( https://img.shields.io/github/commit-activity/m/codingtools/cdt )] ( https://github.com/codingtools/cdt/graphs/commit-activity )
1011[ ![ GitHub contributors] ( https://img.shields.io/github/contributors/codingtools/cdt )] ( https://github.com/codingtools/cdt/graphs/contributors )
1112[ ![ License] ( https://img.shields.io/npm/l/@codingtools/cdt )] ( https://github.com/codingtools/cdt/blob/master/package.json )
1213[ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/codingtools/cdt.svg )] ( https://greenkeeper.io/ )
You can’t perform that action at this time.
0 commit comments